Skip to content

Commit

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

Expand Down

0 comments on commit c756273

Please sign in to comment.