Skip to content

Commit 492c033

Browse files
committed
[workflow] Restore missing OIDC config in publish-web
1 parent 67485ea commit 492c033

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/publish-web.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,13 @@ jobs:
1717
- name: Build website
1818
uses: ./.github/actions/web
1919

20+
- name: Configure AWS OIDC
21+
uses: aws-actions/configure-aws-credentials@v4
22+
with:
23+
role-to-assume: arn:aws:iam::466456532355:role/github-coursepointer.app-s3-upload
24+
aws-region: us-east-1
25+
role-session-name: github-${{ github.run_id }}
26+
2027
- name: Publish to S3
2128
run: |
2229
scripts/publish_web.sh

0 commit comments

Comments
 (0)