Browse Source

ci: set ghcr write permissions explicitely for dependabot PRs (#2241)

Zack Pollard 2 years ago
parent
commit
de59d02ad7
1 changed files with 3 additions and 0 deletions
  1. 3 0
      .github/workflows/docker.yml

+ 3 - 0
.github/workflows/docker.yml

@@ -13,6 +13,9 @@ concurrency:
   group: ${{ github.workflow }}-${{ github.ref }}
   cancel-in-progress: true
 
+permissions:
+  packages: write
+
 jobs:
   build_and_push:
     runs-on: ubuntu-latest