Skip to content

Commit 9625e1e

Browse files
authored
Merge pull request #6 from aave/cesare/aave-1667-sdk-fix-build-and-ci-setup
chore: attempt to publish canary builds to GitHUb Registry
2 parents 4224728 + 78d1d97 commit 9625e1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
uses: ./.github/actions/setup
2727

2828
- name: Configure NPM Auth Token
29-
run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NODE_AUTH_TOKEN }}" >> ~/.npmrc
29+
run: echo "//npm.pkg.github.com/:_authToken=${{ secrets.GITHUB_TOKEN }}" >> ~/.npmrc
3030

3131
- name: Create Snapshot
3232
id: create_snapshot

0 commit comments

Comments
 (0)