diff --git a/.github/workflows/version-or-publish.yml b/.github/workflows/version-or-publish.yml index a3b8256e..a2e55f06 100644 --- a/.github/workflows/version-or-publish.yml +++ b/.github/workflows/version-or-publish.yml @@ -14,7 +14,7 @@ jobs: if: ${{ github.repository_owner == 'acacode' }} permissions: contents: write # to create release - id-token: write # to generate provenance + id-token: write # to generate provenance and oidc token issues: write # to post issue comments pull-requests: write # to create pull request runs-on: ubuntu-latest @@ -34,6 +34,3 @@ jobs: with: version: yarn changeset version publish: yarn npm publish --tolerate-republish - env: - GITHUB_TOKEN: ${{ github.token }} - YARN_NPM_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} diff --git a/package.json b/package.json index cde1655a..d60dd297 100644 --- a/package.json +++ b/package.json @@ -77,7 +77,7 @@ "typedoc": "0.28.13", "vitest": "3.2.4" }, - "packageManager": "yarn@4.9.4", + "packageManager": "yarn@4.10.2", "engines": { "node": ">=20" },