diff --git a/.changeset/giant-buttons-visit.md b/.changeset/giant-buttons-visit.md new file mode 100644 index 000000000..9fb5e87ee --- /dev/null +++ b/.changeset/giant-buttons-visit.md @@ -0,0 +1,5 @@ +--- +"@workleap/orbiter-ui": patch +--- + +Bump to test OIDC publish diff --git a/.github/workflows/changeset.yml b/.github/workflows/changeset.yml index 860cd7d86..87514f507 100644 --- a/.github/workflows/changeset.yml +++ b/.github/workflows/changeset.yml @@ -9,7 +9,7 @@ jobs: name: Release runs-on: ubuntu-latest permissions: - id-token: write # required for provenance https://docs.npmjs.com/generating-provenance-statements#publishing-packages-with-provenance-via-github-actions + id-token: write # OIDC for npm Trusted Publishing contents: write pull-requests: write steps: @@ -46,5 +46,4 @@ jobs: # This expects you to have a script called release which does a build for your packages and calls changeset publish publish: npm run release env: - NPM_TOKEN: ${{ secrets.WORKLEAP_NPM_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}