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

This commit is contained in:
Zack Pollard 2023-04-12 21:52:01 +01:00 committed by GitHub
parent 017a34fc10
commit de59d02ad7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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