Skip to content

Test workflow

Test workflow #7

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'
command: 'release'
commit: true
secrets:
NPM_TOKEN: ${{secrets.NPM_TOKEN}}
NPM_TOTP_DEVICE: ${{secrets.NPM_TOTP_DEVICE}}
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

Check failure on line 15 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: 15, Col: 21): Invalid secret, GITHUB_TOKEN is not defined in the referenced workflow.