Skip to content

Commit dfb054d

Browse files
ci: Remove unused env variables
1 parent 81a46df commit dfb054d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Checkout
2626
uses: actions/checkout@v4
2727
with:
28-
fetch-depth: '0'
28+
fetch-depth: 0
2929
- name: Setup Tools
3030
uses: tanstack/config/.github/setup@main
3131
- name: Run Tests
@@ -37,8 +37,6 @@ jobs:
3737
npm config set '//registry.npmjs.org/:_authToken' "${NPM_TOKEN}"
3838
pnpm run cipublish
3939
env:
40-
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
4140
GH_TOKEN: ${{ secrets.GH_TOKEN }}
4241
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
43-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
4442
TAG: ${{ inputs.tag }}

0 commit comments

Comments
 (0)