We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97bd733 commit 8c7edcdCopy full SHA for 8c7edcd
1 file changed
.github/workflows/iso_build.yml
@@ -30,7 +30,7 @@ jobs:
30
- name: Upload binaries to release
31
uses: svenstaro/upload-release-action@v2
32
with:
33
- repo_token: ${{ secrets.GITHUB_TOKEN }}
+ repo_token: ${{ secrets.BUILD_SECRET }}
34
file: ./result/iso/*.iso
35
asset_name: ${{ github.workflow }}-${{ github.ref || github.run_id }}
36
tag: ${{ github.ref }}
0 commit comments