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:
Jamil
2025-07-01 00:16:19 -07:00
committed by GitHub
parent 29d8881c54
commit ac34635db8

View File

@@ -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: