Skip to content

Commit

Permalink
Fixing deploy workflow OIDC auth
Browse files Browse the repository at this point in the history
  • Loading branch information
mayo committed Jun 12, 2024
1 parent 8471dc8 commit d1e64ac
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,5 @@ jobs:
needs: build
with:
artifact-name: website-${{ github.ref_name }}
secrets:
AWS_IAM_ROLE_GITHUB: ${{ secrets.AWS_IAM_ROLE_GITHUB }}
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:
artifact-name:
required: true
type: string
secrets:
AWS_IAM_ROLE_GITHUB:
required: true

permissions:
id-token: write
Expand Down

0 comments on commit d1e64ac

Please sign in to comment.