From 208dbc1e25968cd905b4fadcf4fa79a4f1d1882a Mon Sep 17 00:00:00 2001 From: Miguel Garcia Garcia Date: Fri, 23 Aug 2024 16:42:13 +0200 Subject: [PATCH] ci(publish): use cern-sis-bot for semantic-release --- .github/workflows/publish.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 0215084..d7d64af 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -32,7 +32,6 @@ jobs: - name: Publish env: - GH_TOKEN: ${{ secrets.GH_TOKEN }} - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GITHUB_TOKEN: ${{ secrets.CERN_SIS_BOT }} NPM_TOKEN: ${{ secrets.CERN_SIS_NPM }} run: HUSKY=0 npx semantic-release ${{ inputs.semanticReleaseParams }}