diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4446da4..a720950 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -48,4 +48,6 @@ jobs: if: ${{ contains(github.ref, 'refs/heads/main') || contains(github.ref, 'refs/heads/beta') }} run: yarn release env: - GH_TOKEN: ${{ secrets.GH_TOKEN }} \ No newline at end of file + GH_TOKEN: ${{ secrets.GH_TOKEN }} + NPM_TOKEN: ${{ secrets.NPM_TOKEN }} + # Hybrid approach: NPM_TOKEN used for verification, OIDC used for actual publishing \ No newline at end of file