Skip to content

Commit

Permalink
chore(ci): add permissions to release workflow (#159)
Browse files Browse the repository at this point in the history
Closes #158.
  • Loading branch information
williamboman authored May 6, 2023
1 parent dc8d2bb commit 544cade
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/docker-image-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ on:
description: Which tag to rebuild and push.
required: true

permissions:
contents: read
packages: write

jobs:
build:
name: Build
Expand Down

0 comments on commit 544cade

Please sign in to comment.