Skip to content

Commit

Permalink
fix(cd): workflow permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
rswanson committed May 2, 2024
1 parent 1cd08d6 commit c7b5a0a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/docker-ecr-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@ on:
branches: [main]
pull_request:

# simplest example of using the rust-base action
permissions:
packages: write
contents: read
id-token: write

jobs:
docker-ecr-push:
uses: init4tech/actions/.github/workflows/ecr-build-and-push.yml@main
Expand Down

0 comments on commit c7b5a0a

Please sign in to comment.