Skip to content

Commit

Permalink
fix: try to run the check suite on upstream sync
Browse files Browse the repository at this point in the history
this check suite should run when the geonetci bot syncs from quay.io for mutable tags

checks	Work with check runs and check suites. For example, checks: write permits an action to create a check run. For more information, see "Permissions required for GitHub Apps."
  • Loading branch information
Mossman1215 authored and ardrigh committed Apr 2, 2024
1 parent 2c6a447 commit b504002
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/update-image-digests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ permissions:
contents: write
pull-requests: write
issues: write
checks: write
jobs:
update-image-digests:
runs-on: ubuntu-latest
Expand Down

0 comments on commit b504002

Please sign in to comment.