From 4cc5cd80bd112390177101ca1e478a752cb4c1ce Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Mon, 2 Dec 2024 11:03:47 +0100 Subject: [PATCH] github-actions: dependabot cannot use the id-token:write (#2510) --- .github/workflows/test-linux.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-linux.yml b/.github/workflows/test-linux.yml index e0b0291af..e5d20411f 100644 --- a/.github/workflows/test-linux.yml +++ b/.github/workflows/test-linux.yml @@ -79,7 +79,7 @@ jobs: needs: [ 'format', 'tests' ] if: | github.event_name != 'pull_request' - || github.event_name == 'pull_request' && github.event.pull_request.head.repo.fork == false + || github.event_name == 'pull_request' && github.event.pull_request.head.repo.fork == false && github.actor != 'dependabot[bot]' env: ARM_CLIENT_ID: ${{ secrets.ARM_CLIENT_ID }} ARM_SUBSCRIPTION_ID: ${{ secrets.ARM_SUBSCRIPTION_ID }}