Skip to content

NPM Publish

NPM Publish #5

Workflow file for this run

name: 'NPM Publish'
on:
release:
types: [published]
workflow_dispatch:
inputs:
checkAuthOnly:
description: 'For checking that auth works'
required: true
type: choice
options:
- true
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.4
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
check-auth-only: ${{ inputs.checkAuthOnly }}