Skip to content

Test, Build & Release #5

Test, Build & Release

Test, Build & Release #5

Workflow file for this run

name: Test and draft release
on:
push:
branches:
- main
paths:
- "**.js"
- "**.ts"
- Containerfile
- package.json
pull_request:
paths:
- "**.js"
- "**.ts"
- package.json
workflow_dispatch:
jobs:
verify:
uses: parcelLab/ci/.github/workflows/js.yaml@v1
secrets:
npmGithubReadToken: ${{ secrets.PACKAGES_READ_TOKEN }}
draft:
if: github.ref == 'refs/heads/master'
needs:
- verify
uses: parcelLab/ci/.github/workflows/release.yaml@v1
secrets:
repoAccessToken: ${{ secrets.REPO_ACCESS_TOKEN }}
npmjsAuthToken: ${{ secrets.NPM_TOKEN }}

Check failure on line 29 in .github/workflows/test.yaml

View workflow run for this annotation

GitHub Actions / Test and draft release

Invalid workflow file

The workflow is not valid. .github/workflows/test.yaml (Line: 29, Col: 23): Invalid secret, npmjsAuthToken is not defined in the referenced workflow.