From 4ac45ef3b2c90d85e6e126bd6577ae31a02ad07f Mon Sep 17 00:00:00 2001 From: Jason Washburn Date: Mon, 11 May 2026 10:33:58 -0500 Subject: [PATCH] chore: add id-token:write to auto-update to support chainguard login --- .github/workflows/auto-update.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/auto-update.yaml b/.github/workflows/auto-update.yaml index 0956200..695b373 100644 --- a/.github/workflows/auto-update.yaml +++ b/.github/workflows/auto-update.yaml @@ -23,6 +23,7 @@ permissions: contents: write # Allows writing content to the repository. packages: read # Allows reading the content of the repository's packages. pull-requests: write # Allows creating or updating pull requests. + id-token: write # Required by uds-common auto-update workflow to authenticate with chainguard # Abort prior jobs in the same workflow / PR concurrency: