Skip to content

Commit

Permalink
added missing permission in docker-publish-main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
LeiCraft committed Dec 29, 2024
1 parent 1cccef1 commit 0381691
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/docker-publish-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ jobs:
publish:
runs-on: ubuntu-latest

permissions:
contents: read
packages: write

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

0 comments on commit 0381691

Please sign in to comment.