Skip to content

Commit 706a9ca

Browse files
ShadowCat567Vieltojarvi
andauthored
Update permissions in release workflow (#3035)
To publish github tags related to a release, write permissions are needed in the release job. _By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license._ --------- Co-authored-by: Vieltojarvi <[email protected]>
1 parent 6c75267 commit 706a9ca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/health_checks.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -915,6 +915,7 @@ jobs:
915915
environment: release
916916
permissions:
917917
id-token: write
918+
contents: write
918919
steps:
919920
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # version 4.1.4
920921
- uses: ./.github/actions/setup_node

0 commit comments

Comments
 (0)