Skip to content

Commit fb2b7fd

Browse files
Merge pull request #22 from devopsabcs-engineering/feature/2107-fix-deploy-all-permissions
fix(workflows): add pages:write permission to deploy-all workflow Fixes AB#2107
2 parents c1f034d + d18902e commit fb2b7fd

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/deploy-all.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ env:
1313
permissions:
1414
id-token: write
1515
contents: read
16+
pages: write
1617

1718
jobs:
1819
# ── Deploy demo apps 001-005 (all in parallel via cross-repo dispatch) ──

0 commit comments

Comments
 (0)