Skip to content

Commit

Permalink
Update check-for-updates.yml
Browse files Browse the repository at this point in the history
Signed-off-by: John Osborne <josborne@chainguard.dev>
  • Loading branch information
johnfosborneiii authored Nov 18, 2024
1 parent 5773a15 commit 5ff18f1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/check-for-updates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,12 @@ env:
CLOSE_PREVIOUS: true

jobs:
check_digest:
check-for-fixes:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
id-token: write
steps:
- name: Checkout repository
uses: actions/checkout@v3
Expand Down

0 comments on commit 5ff18f1

Please sign in to comment.