File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 1414 if : ${{ github.repository_owner == 'acacode' }}
1515 permissions :
1616 contents : write # to create release
17- id-token : write # to generate provenance
17+ id-token : write # to generate provenance and oidc token
1818 issues : write # to post issue comments
1919 pull-requests : write # to create pull request
2020 runs-on : ubuntu-latest
3434 with :
3535 version : yarn changeset version
3636 publish : yarn npm publish --tolerate-republish
37- env :
38- GITHUB_TOKEN : ${{ github.token }}
39- YARN_NPM_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
Original file line number Diff line number Diff line change 7777 "typedoc" : " 0.28.13" ,
7878 "vitest" : " 3.2.4"
7979 },
80- "packageManager" : " yarn@4.9.4 " ,
80+ "packageManager" : " yarn@4.10.2 " ,
8181 "engines" : {
8282 "node" : " >=20"
8383 },
You can’t perform that action at this time.
0 commit comments