Skip to content

Commit

Permalink
maint: Readd contents read permission to release workflow (#101)
Browse files Browse the repository at this point in the history
## Which problem is this PR solving?

Release workflow fails because it can't read the repository contents.
This was removed in a previous commit.

## Short description of the changes
- Re-add contents read permission for docker build push job
  • Loading branch information
MikeGoldsmith committed Aug 21, 2023
1 parent 6d3748d commit 60dae75
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ jobs:
build-and-publish-docker-image:
runs-on: ubuntu-22.04
permissions:
contents: read
packages: write
steps:
- uses: actions/checkout@v3.5.3
Expand Down

0 comments on commit 60dae75

Please sign in to comment.