From 2a53b8e59b457e0805318bdb38d2c74de651724d Mon Sep 17 00:00:00 2001 From: koenkk Date: Sat, 2 Mar 2024 22:18:48 +0100 Subject: [PATCH] chore: fix release ci --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9b554259..d97dea23 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,6 +11,9 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 + with: + # Required for `release: merge dev -> master and promote dev` + token: ${{secrets.GH_TOKEN}} - uses: actions/setup-node@v4 with: node-version: 20