diff --git a/.github/workflows/cd.yaml b/.github/workflows/cd.yaml index a51f7f8..19cf34a 100644 --- a/.github/workflows/cd.yaml +++ b/.github/workflows/cd.yaml @@ -5,6 +5,7 @@ on: types: [ released ] permissions: + id-token: write # Required for OIDC contents: read jobs: @@ -27,6 +28,4 @@ jobs: BUILD: production - name: Publish package shell: bash - run: pnpm publish --no-git-checks --access public - env: - NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }} + run: pnpm publish --no-git-checks --access public \ No newline at end of file