Skip to content

Commit

Permalink
Merge pull request #13 from OpSecId/fix-docker-release-action
Browse files Browse the repository at this point in the history
set permissions for gh action
  • Loading branch information
PatStLouis authored Sep 11, 2024
2 parents 8e99696 + bcf6527 commit eab90b8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ on:
required: false
type: string

permissions:
contents: read
packages: write

env:
PLATFORMS: ${{ inputs.platforms || 'linux/amd64,linux/arm64' }}

Expand Down

0 comments on commit eab90b8

Please sign in to comment.