Skip to content

Commit e41a9c9

Browse files
committed
ci: Remove NODE_AUTH_TOKEN env var in publish step
1 parent 168d6d6 commit e41a9c9

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,6 @@ jobs:
5757
GH_TOKEN: ${{secrets.GITHUB_TOKEN}}
5858

5959
- name: Publish to npm
60-
env:
61-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
6260
run: npm publish ${{ inputs.dry_run && '--dry-run' || '' }}
6361
working-directory: xero-node
6462

0 commit comments

Comments
 (0)