Skip to content

Commit d6d4e6f

Browse files
committed
Fix the github token secret name
1 parent a00262f commit d6d4e6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
- name: Release the phar
9090
uses: actions/upload-release-asset@v1
9191
env:
92-
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}
92+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
9393
with:
9494
upload_url: ${{ github.event.release.upload_url }}
9595
asset_path: ./zalas-phpunit-globals-extension.phar

0 commit comments

Comments
 (0)