Skip to content
This repository has been archived by the owner on Sep 30, 2024. It is now read-only.

Commit

Permalink
Correcting the secret that is accessed by the test auth workflow (#124)
Browse files Browse the repository at this point in the history
to npm-rainbowkit-celo (the correct key for this repo)
  • Loading branch information
pputman-clabs authored Mar 27, 2024
1 parent 88a50f7 commit 370fe78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
with:
api-url: https://api.gateway.akeyless.celo-networks-dev.org
access-id: p-kf9vjzruht6l
static-secrets: '{"/static-secrets/NPM/npm-publish-token":"NPM_TOKEN"}'
static-secrets: '{"/static-secrets/NPM/npm-rainbowkit-celo":"NPM_TOKEN"}'
- name: Setup Node.js 18.x
uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit 370fe78

Please sign in to comment.