Skip to content

Commit

Permalink
Add permissions to GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
danamansana committed Jul 10, 2024
1 parent 05a6e52 commit bfbd7b6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ jobs:
if: github.ref == 'refs/heads/tgr-qa'
name: Publish image to ECR and update ECS stack
runs-on: ubuntu-latest
permissions:
id-token: write
contents: read
steps:
- name: Checkout repo
uses: actions/checkout@v3
Expand Down

0 comments on commit bfbd7b6

Please sign in to comment.