Skip to content

Commit fba161d

Browse files
committed
ci(deploy-test.yml): replace token
1 parent 8856446 commit fba161d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232

3333
- name: Check Deployment
3434
env:
35-
GH_TOKEN: ${{ github.token }}
35+
GH_TOKEN: ${{ secrets.GH_PAT }}
3636
run: |
3737
if [ -d "site" ]; then
3838
echo "Deploy would have succeeded!"

0 commit comments

Comments
 (0)