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

Install CI/CD for NPM libraries #1

Install CI/CD for NPM libraries

Install CI/CD for NPM libraries #1

name: Publish NPM Packages (single-package)
on:
pull_request:
types:
- labeled
jobs:
publish:
if: ${{ github.event.label.name == 'npm-ready-for-publish' }}
uses: pipedrive/gha-setup/.github/workflows/reusable_cicd-npm-publish.yml@master

Check failure on line 11 in .github/workflows/cicd_npm-publish.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/cicd_npm-publish.yml

Invalid workflow file

error parsing called workflow ".github/workflows/cicd_npm-publish.yml" -> "pipedrive/gha-setup/.github/workflows/reusable_cicd-npm-publish.yml@master" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
with:
revision: ${{ github.event.pull_request.head.ref }}
supported_versions: '[8, 10, 12]'
secrets: inherit