From 510d42a1cd0a1a3eb2f159572667baa100fc0b85 Mon Sep 17 00:00:00 2001 From: Dexter Date: Tue, 24 May 2022 09:28:31 +0100 Subject: [PATCH] ci: fix token --- .github/workflows/process-tranches.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/process-tranches.yml b/.github/workflows/process-tranches.yml index 8d1e0bc85..bcc5f88d9 100644 --- a/.github/workflows/process-tranches.yml +++ b/.github/workflows/process-tranches.yml @@ -33,3 +33,4 @@ jobs: commit_options: '--no-verify --signoff' skip_fetch: true skip_checkout: true + token: ${{ secrets.VEGA_CI_BOT_GITHUB_TOKEN }}