Skip to content

Commit eb92334

Browse files
[FSSDK-12881] feedback improvement
1 parent ba37dcd commit eb92334

2 files changed

Lines changed: 4 additions & 5 deletions

File tree

.github/workflows/ghr_backfill.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,17 +36,14 @@ jobs:
3636
steps:
3737
- name: Checkout branch
3838
uses: actions/checkout@v4
39+
with:
40+
persist-credentials: false
3941

4042
- name: Set up Node
4143
uses: actions/setup-node@v4
4244
with:
4345
node-version: 18
44-
registry-url: "https://registry.npmjs.org/"
45-
always-auth: "true"
4646

47-
# Add GPR auth for publishing. npm expands ${NODE_AUTH_TOKEN} at runtime,
48-
# and scripts/publish.sh passes --registry explicitly, so the default
49-
# registry stays on npm (backfill reads tarballs from npm, writes to GPR).
5047
- name: Configure GitHub Package Registry auth
5148
run: echo "//npm.pkg.github.com/:_authToken=\${NODE_AUTH_TOKEN}" >> ~/.npmrc
5249
env:

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616
steps:
1717
- name: Checkout branch
1818
uses: actions/checkout@v4
19+
with:
20+
persist-credentials: false
1921

2022
- name: Setup Node
2123
uses: actions/setup-node@v3

0 commit comments

Comments
 (0)