diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 0cc70a5..9356f2e 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -16,6 +16,7 @@ jobs: with: fetch-depth: 0 persist-credentials: false + token: ${{ secrets.GH_TOKEN }} - uses: actions/setup-node@v4 with: @@ -32,6 +33,7 @@ jobs: - name: Publish env: + GH_TOKEN: ${{ secrets.GH_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} NPM_TOKEN: ${{ secrets.CERN_SIS_NPM }} run: HUSKY=0 npx semantic-release ${{ inputs.semanticReleaseParams }}