Skip to content

Commit f94eeb4

Browse files
authored
Update publish.yml
1 parent 1686675 commit f94eeb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
2222
- uses: actions/checkout@v2
2323
with:
24-
token: ${{ secrets.PAT }}
24+
token: ${{ secrets.GH_PAT }}
2525

2626
- name: Setup PHP
2727
uses: shivammathur/setup-php@v2

0 commit comments

Comments
 (0)