Skip to content

Commit

Permalink
fix: use proper env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
aeffinidi committed Apr 30, 2024
1 parent 78eb444 commit 60e270a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 10 deletions.
9 changes: 0 additions & 9 deletions .github-action-scripts/build-and-publish-artifacts.sh

This file was deleted.

6 changes: 5 additions & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,8 @@ jobs:
run: npm ci

- name: publish to npm
run: npx nx run-many -t release -p @affinidi-tdk/auth-provider
run: npx nx run-many -t release -p @affinidi-tdk/auth-provider
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 60e270a

Please sign in to comment.