Browse Source

Merge pull request #2330 from dexidp/backport-2329

Backport #2329: Fix GitHub Actions container image permissions
pull/2397/head v2.30.2
Márk Sági-Kazár 4 years ago committed by GitHub
parent
commit
6e30b362b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/docker.yaml

2
.github/workflows/docker.yaml

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

Loading…
Cancel
Save