Skip to content

Commit

Permalink
fix: add YARN_NPM_AUTH_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
alecdwm committed Jan 16, 2023
1 parent 34cad6a commit 1685a6f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish-pr-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,4 @@ jobs:
- run: yarn workspaces foreach --no-private npm publish --tolerate-republish --tag pr${{ github.event.pull_request.number }}
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
YARN_NPM_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
2 changes: 0 additions & 2 deletions packages/balances/src/types/balances.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ import {
includeInTotalExtraAmount,
} from "./balancetypes"

// HELLLLLLOOOOOOOOOO GITHUB WAKE UP PLS

/**
* Have the importing library define its Token and BalanceJson enums (as a sum type of all plugins) and pass them into some
* internal global typescript context, which is then picked up on by this module.
Expand Down

0 comments on commit 1685a6f

Please sign in to comment.