mirror of
https://github.com/vector-im/element-call.git
synced 2026-02-08 04:19:11 +00:00
add back permissions to pr-deploy.yaml
This commit is contained in:
4
.github/workflows/pr-deploy.yaml
vendored
4
.github/workflows/pr-deploy.yaml
vendored
@@ -22,6 +22,8 @@ jobs:
|
||||
|
||||
netlify-full:
|
||||
needs: prdetails
|
||||
permissions:
|
||||
deployments: write
|
||||
uses: ./.github/workflows/deploy-to-netlify.yaml
|
||||
with:
|
||||
artifact_run_id: ${{ github.event.workflow_run.id || github.run_id }}
|
||||
@@ -37,6 +39,8 @@ jobs:
|
||||
|
||||
netlify-sdk:
|
||||
needs: prdetails
|
||||
permissions:
|
||||
deployments: write
|
||||
uses: ./.github/workflows/deploy-to-netlify.yaml
|
||||
with:
|
||||
artifact_run_id: ${{ github.event.workflow_run.id || github.run_id }}
|
||||
|
||||
Reference in New Issue
Block a user