mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 18:18:55 +00:00
ci: Add write perms to release drafter for kotlin (#8140)
Needed to be able to create release drafts.
This commit is contained in:
2
.github/workflows/_kotlin.yml
vendored
2
.github/workflows/_kotlin.yml
vendored
@@ -24,6 +24,8 @@ jobs:
|
||||
update-release-draft:
|
||||
name: update-release-draft
|
||||
runs-on: ubuntu-22.04
|
||||
permissions:
|
||||
contents: write # for updating the release draft
|
||||
env:
|
||||
# mark:next-android-version
|
||||
RELEASE_NAME: android-client-1.4.2
|
||||
|
||||
Reference in New Issue
Block a user