Skip to content

GRAL-5985 fix: sync lockfile axios specifier and remove redundant flatted override #221

GRAL-5985 fix: sync lockfile axios specifier and remove redundant flatted override

GRAL-5985 fix: sync lockfile axios specifier and remove redundant flatted override #221

name: Publish NPM Packages
on:
pull_request:
types:
- labeled
jobs:
publish:
if: ${{ github.event.label.name == 'npm-ready-for-publish' }}
uses: pipedrive-actions/github-actions-workflows/.github/workflows/reusable_cicd-npm-publish.yml@master
permissions:
id-token: write
contents: write
with:
revision: ${{ github.event.pull_request.head.ref }}
use_trusted_publisher: true
secrets: inherit