Skip to content

Commit

Permalink
Merge pull request #629 from linki/linki-patch-1
Browse files Browse the repository at this point in the history
Configure permissions for github action to address error
  • Loading branch information
linki authored Nov 27, 2024
2 parents 210857d + 03b6c7a commit 46ab1c6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/container-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ env:
jobs:
build-and-push:
runs-on: ubuntu-latest

permissions:
contents: read
packages: write

steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 46ab1c6

Please sign in to comment.