Skip to content

Commit

Permalink
Added permissions to the workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewhorridge committed Sep 16, 2024
1 parent c25d59c commit cb8f849
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 @@ -50,3 +50,6 @@ jobs:
env:
DOCKER_USERNAME: ${{secrets.DOCKER_USERNAME}}
DOCKER_TOKEN: ${{secrets.DOCKER_PASSWORD}}

permissions:
contents: write

0 comments on commit cb8f849

Please sign in to comment.