diff --git a/.github/workflows/create_semantic_release.yml b/.github/workflows/create_semantic_release.yml index b7b697f..8a2b610 100644 --- a/.github/workflows/create_semantic_release.yml +++ b/.github/workflows/create_semantic_release.yml @@ -17,8 +17,6 @@ jobs: semantic_release: name: semantic release runs-on: ubuntu-latest - permissions: - id-token: write steps: - uses: actions/checkout@v3 @@ -46,3 +44,4 @@ jobs: # workflows, if you need that see # https://github.com/semantic-release/github#github-authentication GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} + NPM_TOKEN: ${{ secrets.NPM_TOKEN }}