mirror of
https://github.com/vector-im/element-call.git
synced 2024-11-15 00:04:59 +08:00
adapt to stricter repo permissions part 2
This commit is contained in:
parent
4283716dcc
commit
c5793b9e7c
5
.github/workflows/pr-deploy.yaml
vendored
5
.github/workflows/pr-deploy.yaml
vendored
@ -36,8 +36,11 @@ jobs:
|
|||||||
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}
|
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}
|
||||||
|
|
||||||
docker:
|
docker:
|
||||||
needs: prdetails
|
|
||||||
if: ${{ needs.prdetails.outputs.pr_data_json && contains(fromJSON(needs.prdetails.outputs.pr_data_json).labels.*.name, 'docker build') }}
|
if: ${{ needs.prdetails.outputs.pr_data_json && contains(fromJSON(needs.prdetails.outputs.pr_data_json).labels.*.name, 'docker build') }}
|
||||||
|
needs: prdetails
|
||||||
|
permissions:
|
||||||
|
contents: write
|
||||||
|
packages: write
|
||||||
uses: ./.github/workflows/docker.yaml
|
uses: ./.github/workflows/docker.yaml
|
||||||
with:
|
with:
|
||||||
docker_tags: |
|
docker_tags: |
|
||||||
|
Loading…
Reference in New Issue
Block a user