Skip to content

Commit

Permalink
Add permission in release workflow for GH release generation
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathan-innis committed Oct 11, 2023
1 parent 1515893 commit c5e011c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Expand Up @@ -4,6 +4,8 @@ on:
tags: [ 'v*.*.*' ]
permissions:
id-token: write
pull-requests: write
contents: write
jobs:
release:
if: github.repository == 'aws/karpenter'
Expand Down

0 comments on commit c5e011c

Please sign in to comment.