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 075f91c commit d4e1e7dCopy full SHA for d4e1e7d
.github/workflows/pkg-deb.yml
@@ -115,7 +115,7 @@ jobs:
115
if: github.event_name == 'release'
116
uses: actions/upload-release-asset@v1
117
env:
118
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.UPLOAD_TO_GITHUB }}
119
with:
120
upload_url: ${{ github.event.release.upload_url }}
121
asset_path: dist/chsrc_${{ steps.get_version.outputs.version }}-1_amd64.deb
0 commit comments