Skip to content

Commit c612b8a

Browse files
committed
Remove extra passing of NODE_AUTH_TOKEN
1 parent 9e1396e commit c612b8a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/format.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,6 @@ jobs:
3838
scope: '@${{ github.repository_owner }}'
3939
- name: Install dependencies
4040
run: npm ci
41-
env:
42-
NODE_AUTH_TOKEN: ${{ secrets.GH_TOKEN }}
4341
- name: Format
4442
run: npm run format
4543
- name: Commit

0 commit comments

Comments
 (0)