Skip to content

CICDL-347: enable public npm publishing via trusted publishers #1

CICDL-347: enable public npm publishing via trusted publishers

CICDL-347: enable public npm publishing via trusted publishers #1

Workflow file for this run

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