0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2024-06-14 10:28:24 +02:00

Give packages permission to update-docker-images

This commit is contained in:
Neil Alexander 2022-03-25 13:31:41 +00:00 committed by GitHub
parent 7f3d42bb46
commit 5b5e6a59b6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -335,6 +335,9 @@ jobs:
update-docker-images:
name: Update Docker images
permissions:
packages: write
contents: read
if: github.repository == 'matrix-org/dendrite' && github.ref_name == 'main'
needs: [integration-tests-done]
uses: matrix-org/dendrite/.github/workflows/docker.yml@main