File tree Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ ' @astrojs/starlight-docsearch ' : patch
3+ ' @astrojs/starlight-markdoc ' : patch
4+ ' @astrojs/starlight ' : patch
5+ ' @astrojs/starlight-tailwind ' : patch
6+ ---
7+
8+ This is the first release published with OIDC trusted publishing.
Original file line number Diff line number Diff line change 11name : Release
2+ permissions : {}
23
34on :
45 push :
@@ -12,21 +13,23 @@ jobs:
1213 runs-on : ubuntu-latest
1314 permissions :
1415 contents : write
16+ pull-requests : write
1517 id-token : write
1618 steps :
1719 - name : Checkout Repo
1820 uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
1921 with :
2022 # This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
2123 fetch-depth : 0
24+ persist-credentials : false
2225
2326 - name : Setup PNPM
2427 uses : pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2.0
2528
2629 - name : Setup Node
2730 uses : actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
2831 with :
29- node-version : 18.20.8
32+ node-version : 24.10.0
3033 cache : ' pnpm'
3134
3235 - name : Install Dependencies
4144 title : ' [ci] release'
4245 env :
4346 GITHUB_TOKEN : ${{ secrets.FREDKBOT_GITHUB_TOKEN }}
44- NPM_TOKEN : ${{ secrets.NPM_TOKEN }}
47+ NPM_TOKEN : " " # See https://github.com/changesets/changesets/issues/1152#issuecomment-3190884868
You can’t perform that action at this time.
0 commit comments