We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6527cda commit a923278Copy full SHA for a923278
1 file changed
.github/workflows/deploy.yml
@@ -46,6 +46,8 @@ jobs:
46
47
- name: Upload Artifact to Release
48
uses: actions/upload-release-asset@v1
49
+ env:
50
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
51
with:
52
upload_url: ${{ steps.create_release.outputs.upload_url }}
53
asset_path: boxzer-out.tar.gz
0 commit comments