Skip to content

Commit

Permalink
fix: add workflow permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
zerj9 committed Sep 15, 2024
1 parent 4cfa9b4 commit 1bf83ef
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build_to_ecr.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: Build and Push to ECR

permissions:
id-token: write # This is required for requesting the JWT
contents: read

on:
push:
branches: [ "main" ]
Expand Down

0 comments on commit 1bf83ef

Please sign in to comment.