From 0890822088e2777c660070d8310bf73629ff7a29 Mon Sep 17 00:00:00 2001 From: Moritz Wiesinger Date: Wed, 27 Oct 2021 15:00:25 +0200 Subject: [PATCH] fix: Fix automatic release pipeline by using correct github token for basic git operations (#4) --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2a1aa43..15e4ba9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,6 +18,7 @@ jobs: uses: actions/checkout@v2 with: fetch-depth: 0 + token: ${{ secrets.KEPTN_BOT_TOKEN }} - name: Set up Node.js uses: actions/setup-node@v2