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 a7c4f8b commit eea3761Copy full SHA for eea3761
.github/workflows/release.yaml
@@ -90,6 +90,7 @@ jobs:
90
- name: Upload PHAR to the release
91
uses: softprops/action-gh-release@v2
92
with:
93
+ token: ${{ secrets.GH_RELEASE_TOKEN }}
94
files: |
95
pcsf-baseline.phar
96
pcsf-baseline.phar.asc
0 commit comments