Skip to content

Commit

Permalink
.github/workflows: Fix permissions in docker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
e10harvey committed Mar 18, 2024
1 parent bf5fe47 commit e604ff0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@ env:
jobs:
ubi8-image:
runs-on: ubuntu-latest
permissions:
packages: write
contents: read
permissions: write-all
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit e604ff0

Please sign in to comment.