Skip to content

Commit 8c7edcd

Browse files
author
oomfie
committed
test
1 parent 97bd733 commit 8c7edcd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/iso_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Upload binaries to release
3131
uses: svenstaro/upload-release-action@v2
3232
with:
33-
repo_token: ${{ secrets.GITHUB_TOKEN }}
33+
repo_token: ${{ secrets.BUILD_SECRET }}
3434
file: ./result/iso/*.iso
3535
asset_name: ${{ github.workflow }}-${{ github.ref || github.run_id }}
3636
tag: ${{ github.ref }}

0 commit comments

Comments
 (0)