Skip to content

Commit

Permalink
Merge pull request #13 from sapcc/add_gh_actions_permissions
Browse files Browse the repository at this point in the history
Add permissions for gh actions
  • Loading branch information
jknipper authored Sep 3, 2024
2 parents 1b02fee + 72b50a1 commit 3ba33f9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docker-image-ghcr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ env:
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
steps:
- name: checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 3ba33f9

Please sign in to comment.