Skip to content

Commit

Permalink
a space.... we weren't passing the token
Browse files Browse the repository at this point in the history
  • Loading branch information
jbolda committed Jun 5, 2024
1 parent f4b84e8 commit 3071942
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/covector-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0 # required for use of git history
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
registry-url: "https://registry.npmjs.org"
- run: npm config list
Expand All @@ -31,7 +31,7 @@ jobs:
id: covector
if: ${{ steps.covector-status.outputs.status != 'No changes.' }}
env:
NODE_AUTH_TOKEN: $ {{ secrets.NPM_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
with:
token: ${{ secrets.FRONTSIDEJACK_GITHUB_TOKEN }}
command: "preview"
Expand Down
3 changes: 0 additions & 3 deletions packages/foundation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@
"files": [
"dist"
],
"publishConfig": {
"@simulacrum:registry": "https://registry.npmjs.org"
},
"main": "dist/cjs/index.js",
"exports": {
"default": "./dist/cjs/index.js"
Expand Down

0 comments on commit 3071942

Please sign in to comment.