Skip to content

Fix build

Fix build #2

# This workflow will do a clean installation of node dependencies, cache/restore them, build the source code and run tests across different versions of node
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-nodejs
name: pull_request job
on:
pull_request:
branches: '*'
jobs:
call-resuable-workflows:
uses: ./.github/workflows/resuable-workflows.yml

Check failure on line 12 in .github/workflows/pull_request-workflows.yml

View workflow run for this annotation

GitHub Actions / pull_request job

Invalid workflow file

The workflow is not valid. .github/workflows/pull_request-workflows.yml (Line: 12, Col: 11): Secret token is required, but not provided while calling.
with:
environment: development
node-version: '["16.x", "18.x", "20.x"]'
# secrets:
# envPAT: ${{ secrets.envPAT }}