mirror of
https://github.com/rvtr/unlaunch-installer_dev.git
synced 2026-01-26 13:43:08 -05:00
Set token permissions to create release
This commit is contained in:
parent
979ed83640
commit
5bfa4b1a00
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -33,6 +33,8 @@ jobs:
|
||||
# Only run this for non-PR jobs.
|
||||
publish_build:
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
contents: write
|
||||
name: Upload to release
|
||||
if: startsWith(github.ref, 'refs/tags')
|
||||
needs: build
|
||||
|
||||
Loading…
Reference in New Issue
Block a user