Give release permissions (#245)
This commit is contained in:
parent
19086818d2
commit
f31cabdf2b
1 changed files with 3 additions and 0 deletions
3
.github/workflows/release-containers.yml
vendored
3
.github/workflows/release-containers.yml
vendored
|
|
@ -177,6 +177,9 @@ jobs:
|
|||
|
||||
|
||||
release:
|
||||
permissions:
|
||||
contents: write
|
||||
packages: write
|
||||
needs: [set-version, build-and-push]
|
||||
runs-on: ubuntu-latest
|
||||
if: github.event_name != 'push' || startsWith(github.ref, 'refs/tags/')
|
||||
|
|
|
|||
Loading…
Reference in a new issue