adapt to stricter repo permissions part 3
This commit is contained in:
3
.github/workflows/publish.yaml
vendored
3
.github/workflows/publish.yaml
vendored
@@ -56,6 +56,9 @@ jobs:
|
|||||||
path: "./element-call-*.tar.gz"
|
path: "./element-call-*.tar.gz"
|
||||||
publish_docker:
|
publish_docker:
|
||||||
needs: publish_tarball
|
needs: publish_tarball
|
||||||
|
permissions:
|
||||||
|
contents: write
|
||||||
|
packages: write
|
||||||
uses: ./.github/workflows/docker.yaml
|
uses: ./.github/workflows/docker.yaml
|
||||||
with:
|
with:
|
||||||
docker_tags: |
|
docker_tags: |
|
||||||
|
|||||||
Reference in New Issue
Block a user