Skip to content

Commit

Permalink
try id-token: write
Browse files Browse the repository at this point in the history
  • Loading branch information
DiogoSoaress committed Feb 8, 2024
1 parent 7c169ba commit 29675e7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/deploy-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ on:
jobs:
release:
runs-on: ubuntu-latest
permissions: write-all
permissions:
id-token: write

name: Deploy release
steps:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ on:
jobs:
deploy:
runs-on: ubuntu-latest
permissions: write-all
permissions:
id-token: write

name: Deploy to S3

Expand Down

0 comments on commit 29675e7

Please sign in to comment.