Skip to content

Commit

Permalink
ci: fix permissions for release workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Ali Sajid Imami <395482+AliSajid@users.noreply.github.com>
  • Loading branch information
AliSajid committed Jul 1, 2024
1 parent 1371787 commit 41d1b44
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/github_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
runs-on: ubuntu-latest
permissions:
contents: write
id-token: write
attestations: write
outputs:
tag_version: ${{ steps.create_release.outputs.tag_version }}
steps:
Expand Down

0 comments on commit 41d1b44

Please sign in to comment.