Skip to content

Commit 7f775ac

Browse files
committed
Fix PR workflow perms
The `container` workflow does not need the permission, we use a PAT for writing to the registry. Signed-off-by: Miroslav Vadkerti <mvadkert@redhat.com>
1 parent 7ee222d commit 7f775ac

2 files changed

Lines changed: 0 additions & 6 deletions

File tree

.github/workflows/container.yml

Lines changed: 0 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/container.yml.j2

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,6 @@ jobs:
3333
github.event_name != 'pull_request' ||
3434
github.event.pull_request.head.repo.full_name == github.repository
3535

36-
permissions:
37-
packages: write
38-
3936
strategy:
4037
matrix:
4138
include:

0 commit comments

Comments
 (0)