Skip to content

Commit

Permalink
feat: token permission for github
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-robot-in committed May 7, 2024
1 parent 46b4cce commit 0e122de
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/sam-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ on:
jobs:
build-deploy:
runs-on: ubuntu-latest
permissions:
id-token: write
contents: read
steps:
- uses: actions/setup-python@v2
- uses: aws-actions/setup-sam@v1
Expand Down

0 comments on commit 0e122de

Please sign in to comment.