mirror of
https://github.com/1f349/dendrite.git
synced 2024-11-22 19:51:39 +00:00
Give packages permission to update-docker-images
This commit is contained in:
parent
7f3d42bb46
commit
5b5e6a59b6
3
.github/workflows/dendrite.yml
vendored
3
.github/workflows/dendrite.yml
vendored
@ -335,6 +335,9 @@ jobs:
|
|||||||
|
|
||||||
update-docker-images:
|
update-docker-images:
|
||||||
name: Update Docker images
|
name: Update Docker images
|
||||||
|
permissions:
|
||||||
|
packages: write
|
||||||
|
contents: read
|
||||||
if: github.repository == 'matrix-org/dendrite' && github.ref_name == 'main'
|
if: github.repository == 'matrix-org/dendrite' && github.ref_name == 'main'
|
||||||
needs: [integration-tests-done]
|
needs: [integration-tests-done]
|
||||||
uses: matrix-org/dendrite/.github/workflows/docker.yml@main
|
uses: matrix-org/dendrite/.github/workflows/docker.yml@main
|
||||||
|
Loading…
Reference in New Issue
Block a user