Skip to content

Commit

Permalink
Add permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
aaanh authored Jun 14, 2024
1 parent 8235ef1 commit 1af49de
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build-push-ghcr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ jobs:
name: Build and push container image
runs-on: ubuntu-latest

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

steps:
- name: Check out repository code 🛎️
uses: actions/checkout@v4
Expand Down

0 comments on commit 1af49de

Please sign in to comment.