mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
fix(ci): fix update-release-draft for gui-client (#9734)
Needs contents-write perms to create draft releases. Related: https://github.com/firezone/firezone/actions/runs/15990137167
This commit is contained in:
3
.github/workflows/_tauri.yml
vendored
3
.github/workflows/_tauri.yml
vendored
@@ -19,6 +19,9 @@ permissions:
|
||||
|
||||
jobs:
|
||||
update-release-draft:
|
||||
permissions:
|
||||
contents: write # for updating the release draft
|
||||
id-token: write
|
||||
name: update-release-draft
|
||||
runs-on: ubuntu-22.04-xlarge
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user