Skip to content

Commit

Permalink
Merge pull request #2330 from dexidp/backport-2329
Browse files Browse the repository at this point in the history
Backport #2329: Fix GitHub Actions container image permissions
  • Loading branch information
sagikazarmark committed Nov 15, 2021
2 parents 7e826fd + eb3c5e0 commit 6e30b36
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
docker:
name: Docker
runs-on: ubuntu-latest
permissions:
packages: "write"

steps:
- name: Checkout
Expand Down

0 comments on commit 6e30b36

Please sign in to comment.