From 80b1e0c82aa85b7580c06b7d41a3e087ae8d7365 Mon Sep 17 00:00:00 2001 From: Elio Bischof Date: Tue, 17 Jun 2025 22:13:44 +0200 Subject: [PATCH] depot --- .github/workflows/test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0be216612e..b7dc17ce20 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -7,7 +7,8 @@ jobs: runs-on: depot-ubuntu-22.04-8 timeout-minutes: 30 permissions: - contents: "read" + contents: read + id-token: write steps: - name: Login to GitHub Container Registry uses: docker/login-action@v3