Skip to content

Commit

Permalink
Reduce permissions of upload docker container workflow (#1122)
Browse files Browse the repository at this point in the history
  • Loading branch information
s-westphal authored Feb 19, 2025
1 parent e4a602b commit 247d4d3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,8 @@ jobs:
if: ${{ github.event_name == 'push' }}
env:
REGISTRY: ghcr.io
permissions: write-all
packages: write
contents: write
runs-on: ubuntu-22.04
needs:
- test-ubuntu
Expand Down

0 comments on commit 247d4d3

Please sign in to comment.