Skip to content

Commit 5a34fae

Browse files
Add permissions for workload to use federated identity
1 parent 9a974ce commit 5a34fae

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)