Skip to content

Commit

Permalink
update action permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
dmolik committed Dec 31, 2024
1 parent 26ba334 commit c47515a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
packages: write
id-token: write
security-events: write
attestations: write

steps:
- name: Checkout repository
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ jobs:
runs-on: ubuntu-latest
needs: publish
name: Upload release assets
permissions:
contents: write
packages: write
id-token: write
attestations: write
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit c47515a

Please sign in to comment.