Skip to content

Kick off

Kick off #9

Workflow file for this run

name: Publish to npm
on: push
jobs:
call-workflow:
uses: zendesk/gw/.github/workflows/npm-publication.yml@main
with:
node_version: '18'
secrets:
NPM_TOKEN: ${{secrets.NPM_TOKEN}}
NPM_TOTP_DEVICE: ${{secrets.NPM_TOTP_DEVICE}}
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

Check failure on line 13 in .github/workflows/release.yml

View workflow run for this annotation

GitHub Actions / Publish to npm

Invalid workflow file

The workflow is not valid. .github/workflows/release.yml (Line: 13, Col: 21): Invalid secret, GITHUB_TOKEN is not defined in the referenced workflow.