From bf695d309472a52c7f2d1d009f19c556d0be4f36 Mon Sep 17 00:00:00 2001 From: samugi Date: Fri, 15 Nov 2024 09:48:01 +0100 Subject: [PATCH] fix(ci): deck integration tests checkout secret The checkout step of these tests was using a secret that is not available to PRs opened from forks, which made it fail. This commit removes the token (not needed in CE), which makes the action fall back to the default github token. --- .github/workflows/deck-integration.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/deck-integration.yml b/.github/workflows/deck-integration.yml index 1c2b5cf5f9f0..ee6fec914884 100644 --- a/.github/workflows/deck-integration.yml +++ b/.github/workflows/deck-integration.yml @@ -53,7 +53,6 @@ jobs: uses: actions/checkout@v4 with: submodules: recursive - token: ${{ secrets.GHA_KONG_BOT_READ_TOKEN }} - name: Lookup build cache id: cache-deps