Skip to content

Commit

Permalink
Merge pull request #27 from elezar/skip-push-on-dependabot
Browse files Browse the repository at this point in the history
Elevate permissions on merges
  • Loading branch information
elezar authored Nov 21, 2023
2 parents 86d2b42 + 555aaf1 commit 36672a9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ on:
- main
- release-*

# We allow for the build-image job to push images to the package registry.
permissions:
packages: write

jobs:
build-image:
# We trigger builds on MERGED pull requests or on non-closed PRs that are not created against a fork.
Expand Down

0 comments on commit 36672a9

Please sign in to comment.