Skip to content

Commit

Permalink
Fix AWS id token permissions 3rd attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
fongsean committed Jul 10, 2024
1 parent 47d2d38 commit 2e2be26
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build_test_lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,10 @@ jobs:
deploy-storybook:
name: Deploy Storybook to S3
runs-on: ubuntu-latest
permissions:
contents: read
pages: write
id-token: write
steps:
- uses: actions/checkout@v4

Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/deploy_app_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,6 @@ jobs:
deploy-docusaurus-s3:
name: Deploy Docusaurus to S3
runs-on: ubuntu-latest
permissions:
contents: read
pages: write
id-token: write
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit 2e2be26

Please sign in to comment.