Skip to content

Commit

Permalink
Add permissions for contents and packages in Docker publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
flaviomartins committed Jan 17, 2025
1 parent 4bababa commit 83fd1b1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,11 @@ jobs:
runs-on: ubuntu-24.04
needs:
- build

permissions:
contents: read
packages: write

steps:
- name: Download digests
uses: actions/download-artifact@v4
Expand Down

0 comments on commit 83fd1b1

Please sign in to comment.