Skip to content

Commit

Permalink
Add permission to create release
Browse files Browse the repository at this point in the history
  • Loading branch information
richardfan1126 committed Mar 4, 2024
1 parent 26b5534 commit 40bd41e
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/build-and-sign-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- v*

permissions:
contents: read
contents: write
packages: write
id-token: write

Expand Down Expand Up @@ -74,7 +74,4 @@ jobs:
if: startsWith(github.ref, 'refs/tags/')
with:
files: ${{ steps.build-eif.outputs.eif-file-path }}
body: |
```
${{ steps.generate-release-note.outputs.RELEASE_NOTE }}
```
body: ${{ steps.generate-release-note.outputs.RELEASE_NOTE }}

0 comments on commit 40bd41e

Please sign in to comment.