From c1118ae436854d3aabff59689ad1a8a342b97df5 Mon Sep 17 00:00:00 2001 From: Are Almaas Date: Wed, 28 Feb 2024 11:56:52 +0100 Subject: [PATCH] fix: use temporary gh token --- .github/workflows/ci-cd-main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-cd-main.yml b/.github/workflows/ci-cd-main.yml index e6d446294..d756e948d 100644 --- a/.github/workflows/ci-cd-main.yml +++ b/.github/workflows/ci-cd-main.yml @@ -24,7 +24,7 @@ jobs: - uses: google-github-actions/release-please-action@v4 id: release with: - token: ${{ secrets.GH_TOKEN_RELEASE_PLEASE }} + token: ${{ secrets.GH_TOKEN_RELEASE_PLEASE_TEST }} release-type: simple generate-git-short-sha: