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

Commit

Permalink
fix: workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasbrugneaux committed Jun 27, 2023
1 parent a0a8c8f commit 56cd906
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/test-workflow.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 'NPM Publish'
name: "NPM Publish"
on:
release:
types: [published]
Expand All @@ -14,8 +14,6 @@ jobs:
with:
node-version: 16
package-dir: "packages/rainbowkit-celo"
secrets:
npm-token: ${{ secrets.NPM_TOKEN }}
akeyless-api-gateway: https://api.gateway.akeyless.celo-networks-dev.org
akeyless-github-access-id: p-kf9vjzruht6l
akeyless-token-path: /static-secrets/apps-tooling-circle/npm-publish-token

0 comments on commit 56cd906

Please sign in to comment.