Skip to content

Commit 9d61cf8

Browse files
ci: prepare for trusted publishing
1 parent 3010f45 commit 9d61cf8

File tree

5 files changed

+7
-9
lines changed

5 files changed

+7
-9
lines changed

.github/comment-on-release/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ Add this step to your `.github/workflows/release.yml` file after the `changesets
5050
title: 'ci: Version Packages'
5151
env:
5252
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
53-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
5453

5554
- name: Comment on PRs about release
5655
if: steps.changesets.outputs.published == 'true'

.github/setup/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ runs:
66
- name: Setup pnpm
77
uses: pnpm/action-setup@v4.2.0
88
- name: Setup Node
9-
uses: actions/setup-node@v5.0.0
9+
uses: actions/setup-node@v6.1.0
1010
with:
1111
node-version-file: .nvmrc
1212
package-manager-cache: false

.github/workflows/autofix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- name: Checkout
21-
uses: actions/checkout@v5.0.0
21+
uses: actions/checkout@v6.0.1
2222
with:
2323
fetch-depth: 0
2424
- name: Setup Tools

.github/workflows/pr.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- name: Checkout
22-
uses: actions/checkout@v5.0.0
22+
uses: actions/checkout@v6.0.1
2323
with:
2424
fetch-depth: 0
2525
- name: Setup Tools
2626
uses: ./.github/setup
2727
- name: Get base and head commits for `nx affected`
28-
uses: nrwl/nx-set-shas@v4.3.3
28+
uses: nrwl/nx-set-shas@v4.4.0
2929
with:
3030
main-branch-name: main
3131
- name: Run Checks
@@ -35,7 +35,7 @@ jobs:
3535
runs-on: ubuntu-latest
3636
steps:
3737
- name: Checkout
38-
uses: actions/checkout@v5.0.0
38+
uses: actions/checkout@v6.0.1
3939
with:
4040
fetch-depth: 0
4141
- name: Setup Tools
@@ -49,7 +49,7 @@ jobs:
4949
runs-on: ubuntu-latest
5050
steps:
5151
- name: Checkout
52-
uses: actions/checkout@v5.0.0
52+
uses: actions/checkout@v6.0.1
5353
with:
5454
fetch-depth: 0
5555
- name: Check Provenance

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
runs-on: ubuntu-latest
2525
steps:
2626
- name: Checkout
27-
uses: actions/checkout@v5.0.0
27+
uses: actions/checkout@v6.0.1
2828
with:
2929
fetch-depth: 0
3030
- name: Setup Tools
@@ -41,7 +41,6 @@ jobs:
4141
title: 'ci: Version Packages'
4242
env:
4343
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
44-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
4544
- name: Comment on PRs and issues about release
4645
if: steps.changesets.outputs.published == 'true'
4746
uses: ./.github/comment-on-release

0 commit comments

Comments
 (0)