Skip to content

📦 Publish

📦 Publish #173

Workflow file for this run

name: 📦 Publish to npm registry
on:
workflow_dispatch:
inputs:
debug:
description: 'Enable debug output'
required: false
default: '0'
type: string
options:
- '0'
- '1'
permissions:
contents: write
id-token: write
jobs:
publish:
uses: SocketDev/socket-registry/.github/workflows/provenance.yml@5d91b07baf94ad7372cd0b9476750b6b33ae5a61 # 2025-10-28
with:
debug: ${{ inputs.debug }}
package-name: '@socketsecurity/sdk'
setup-script: 'pnpm run build'
use-trusted-publishing: true