Skip to content

Commit 6e30b36

Browse files
Merge pull request #2330 from dexidp/backport-2329
Backport #2329: Fix GitHub Actions container image permissions
2 parents 7e826fd + eb3c5e0 commit 6e30b36

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/docker.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ jobs:
1212
docker:
1313
name: Docker
1414
runs-on: ubuntu-latest
15+
permissions:
16+
packages: "write"
1517

1618
steps:
1719
- name: Checkout

0 commit comments

Comments
 (0)