Skip to content

Update tribe name in repository.json #4

Update tribe name in repository.json

Update tribe name in repository.json #4

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: '[16]'
secrets: inherit