From 2bc3a20b1eaa771053616b3e760846b7c3633589 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kus=20Ca=CC=81mara?= Date: Tue, 10 Jan 2023 20:24:38 +0100 Subject: [PATCH] fix(ci): allow git commit to semantic-release --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8df190d..1d2e3c9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,6 +12,7 @@ jobs: with: fetch-depth: 0 persist-credentials: false + token: ${{ secrets.CI_GITHUB_TOKEN }} - uses: actions/setup-node@v3 with: node-version-file: '.tool-versions'