We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67485ea commit 492c033Copy full SHA for 492c033
1 file changed
.github/workflows/publish-web.yml
@@ -17,6 +17,13 @@ jobs:
17
- name: Build website
18
uses: ./.github/actions/web
19
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
+
27
- name: Publish to S3
28
run: |
29
scripts/publish_web.sh
0 commit comments