add back permissions to pr-deploy.yaml

This commit is contained in:
Timo K
2026-01-26 12:43:15 +01:00
parent 02f1a0da82
commit 408495b07a

View File

@@ -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 }}