Skip to content

Commit 061fed5

Browse files
authored
chore: Add missing container publish privileges (#162)
1 parent 21299e8 commit 061fed5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build-keycloak-image.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ on:
1111
jobs:
1212
build_and_push:
1313
runs-on: ubuntu-latest
14+
permissions:
15+
packages: write
16+
id-token: write
1417
steps:
1518
- name: Checkout repository
1619
uses: actions/checkout@v4

0 commit comments

Comments
 (0)