Skip to content

Commit 805ebe1

Browse files
Merge pull request #150 from CodeForPhilly/GH_actions_deploy_pipeline
Add permissions for workload to use federated identity
2 parents 99e3479 + 5a34fae commit 805ebe1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/deploy-builder-frontend.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ jobs:
1313
build-and-deploy:
1414
runs-on: ubuntu-latest
1515

16+
# Add these permissions for Workload Identity Federation
17+
permissions:
18+
contents: read
19+
id-token: write
20+
1621
steps:
1722
- name: Checkout repository
1823
uses: actions/checkout@v4

0 commit comments

Comments
 (0)