diff --git a/.github/workflows/production.yml b/.github/workflows/production.yml index c131b47..866e9af 100644 --- a/.github/workflows/production.yml +++ b/.github/workflows/production.yml @@ -50,7 +50,7 @@ jobs: additional-packages: | ['@semantic-release/git', '@semantic-release/changelog'] env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN_SEMANTIC_RELEASE }} + GITHUB_TOKEN: ${{ secrets.SEMANTIC_RELEASE_GITHUB_TOKEN }} - name: Set environment variables if: steps.semanticrelease.outputs.new-release-published == 'true'