Skip to content

Commit

Permalink
Revert "set envvar globally so all publish steps receive it"
Browse files Browse the repository at this point in the history
This reverts commit 43c01c6.
  • Loading branch information
bacongobbler committed May 10, 2024
1 parent 43c01c6 commit dfc738b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/npm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ jobs:
packages: write
name: publish to GitHub Packages
runs-on: ubuntu-latest
env:
NODE_AUTH_TOKEN: ${ github.token }
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
Expand All @@ -18,3 +16,5 @@ jobs:
- name: publish to GitHub Packages
run: npm publish
working-directory: clients/typescript-angular
env:
NODE_AUTH_TOKEN: ${{ github.token }}

0 comments on commit dfc738b

Please sign in to comment.