From 8d09ed89dffc5b8fd582e8498726e2f595a8ac4b Mon Sep 17 00:00:00 2001 From: Kjeld Schouten-Lebbing Date: Thu, 24 Nov 2022 15:41:55 +0100 Subject: [PATCH] Update test.yaml --- .github/workflows/test.yaml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index d3c5488ed9..0fa834e9a8 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -13,6 +13,12 @@ jobs: name: Test and Sync SCALE Catalog runs-on: ubuntu-latest steps: + + - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3 + name: Checkout + with: + token: ${{ secrets.BOT_TOKEN }} + - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3 name: Checkout-validate with: @@ -28,11 +34,6 @@ jobs: pip install -r requirements.txt pip install -U --no-cache-dir . cd - - - - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3 - name: Checkout - with: - token: ${{ secrets.BOT_TOKEN }} - name: catalog tests shell: bash