From 5ff18f1eb5744c059b2b48f99af1c36793c831d8 Mon Sep 17 00:00:00 2001 From: John Osborne Date: Mon, 18 Nov 2024 15:21:42 -0500 Subject: [PATCH] Update check-for-updates.yml Signed-off-by: John Osborne --- .github/workflows/check-for-updates.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/check-for-updates.yml b/.github/workflows/check-for-updates.yml index de6d798..a0b86d1 100644 --- a/.github/workflows/check-for-updates.yml +++ b/.github/workflows/check-for-updates.yml @@ -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