Skip to content

Commit

Permalink
Add write permission
Browse files Browse the repository at this point in the history
  • Loading branch information
davidkleiven committed Dec 3, 2023
1 parent 70b344c commit 0b8e9e4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/dockerize.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ jobs:
name: Publish Docker Image to Docker Hub
runs-on: ubuntu-latest
if: github.repository_owner == 'statnett'
permissions:
contents: read # for actions/checkout to fetch code
packages: write # for docker/build-push-action to push images
steps:
- name: Checkout repo
uses: actions/checkout@v4
Expand Down

0 comments on commit 0b8e9e4

Please sign in to comment.