Skip to content

Commit

Permalink
permission: packages write for docker release
Browse files Browse the repository at this point in the history
  • Loading branch information
Reecepbcups committed Jul 2, 2024
1 parent 1a52a76 commit 3a2a0ee
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ jobs:
release-image:
name: "Docker Release"
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
steps:
- name: Check out the repo
uses: actions/checkout@v4
Expand Down

0 comments on commit 3a2a0ee

Please sign in to comment.