From 523ed80be0fadfc05a2a19c19e96d5dcd6df4134 Mon Sep 17 00:00:00 2001 From: Dexter Date: Tue, 24 May 2022 09:37:27 +0100 Subject: [PATCH] ci: put token in correct place [skip netlify] --- .github/workflows/process-tranches.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/process-tranches.yml b/.github/workflows/process-tranches.yml index d8ce5972c..d74e25505 100644 --- a/.github/workflows/process-tranches.yml +++ b/.github/workflows/process-tranches.yml @@ -18,6 +18,7 @@ jobs: - name: Checkout uses: actions/checkout@v2 with: + token: ${{ secrets.VEGA_CI_BOT_GITHUB_TOKEN }} fetch-depth: 0 - name: Use Node.js 16 id: Node @@ -34,4 +35,3 @@ jobs: commit_options: '--no-verify --signoff' skip_fetch: true skip_checkout: true - token: ${{ secrets.VEGA_CI_BOT_GITHUB_TOKEN }}