Skip to content

Set up OIDC backed npm publishing github action (#155) #1

Set up OIDC backed npm publishing github action (#155)

Set up OIDC backed npm publishing github action (#155) #1

Workflow file for this run

name: Publish Package
on:
push:
tags:
- "v*"
workflow_dispatch: # allow manual run
permissions:
id-token: write # Required for OIDC
jobs:
publish:
uses: yext/slapshot-reusable-workflows/.github/workflows/publish.yml@v1