Skip to content

Commit

Permalink
add workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
pputman12 committed Apr 17, 2024
1 parent 4b49718 commit 81e9ec8
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .github/workflows/git branch
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
name: 'NPM Publish'
on:
release:
types: [published]
workflow_dispatch:
inputs:
checkAuthOnly:
description: 'For checking that auth works'
required: true
type: choice
options:
- "yes"
concurrency: ${{ github.workflow }}-${{ github.ref }}


jobs:
NPM-Publish:
permissions:
contents: read
id-token: write

uses: celo-org/reusable-workflows/.github/workflows/npm-publish.yaml@v2.0.3
with:
node-version: 16
package-dir: 'packages/rainbowkit-celo'
akeyless-api-gateway: https://api.gateway.akeyless.celo-networks-dev.org
akeyless-github-access-id: p-kf9vjzruht6l
akeyless-token-path: /static-secrets/security-circle/testing/test-npm
28 changes: 28 additions & 0 deletions .github/workflows/publish-npm.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
name: 'NPM Publish'
on:
release:
types: [published]
workflow_dispatch:
inputs:
checkAuthOnly:
description: 'For checking that auth works'
required: true
type: choice
options:
- "yes"
concurrency: ${{ github.workflow }}-${{ github.ref }}


jobs:
NPM-Publish:
permissions:
contents: read
id-token: write

uses: celo-org/reusable-workflows/.github/workflows/npm-publish.yaml@v2.0.3
with:
node-version: 16
package-dir: 'packages/rainbowkit-celo'
akeyless-api-gateway: https://api.gateway.akeyless.celo-networks-dev.org
akeyless-github-access-id: p-kf9vjzruht6l
akeyless-token-path: /static-secrets/security-circle/testing/test-npm

0 comments on commit 81e9ec8

Please sign in to comment.