We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a00262f commit d6d4e6fCopy full SHA for d6d4e6f
.github/workflows/build.yml
@@ -89,7 +89,7 @@ jobs:
89
- name: Release the phar
90
uses: actions/upload-release-asset@v1
91
env:
92
- GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
93
with:
94
upload_url: ${{ github.event.release.upload_url }}
95
asset_path: ./zalas-phpunit-globals-extension.phar
0 commit comments