Merge pull request #2330 from dexidp/backport-2329

Backport #2329: Fix GitHub Actions container image permissions
This commit is contained in:
Márk Sági-Kazár 2021-11-15 19:46:43 +01:00 committed by GitHub
commit 6e30b362b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -12,6 +12,8 @@ jobs:
docker:
name: Docker
runs-on: ubuntu-latest
permissions:
packages: "write"
steps:
- name: Checkout