Skip to content

Forward secrets to pipeline template. #673

Forward secrets to pipeline template.

Forward secrets to pipeline template. #673

Workflow file for this run

name: Pipeline
on:
push:
workflow_dispatch:
schedule:
# Every Friday at 22:00 - rerun pipeline to check for dependency-based issues
- cron: '0 22 * * 5'
jobs:
Pipeline:
uses: pyTooling/Actions/.github/workflows/CompletePipeline.yml@r2
with:
package_name: pyVHDLModel
secrets:
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}

Check failure on line 16 in .github/workflows/Pipeline.yml

View workflow run for this annotation

GitHub Actions / Pipeline

Invalid workflow file

The workflow is not valid. .github/workflows/Pipeline.yml (Line: 16, Col: 21): Invalid secret, PYPI_TOKEN is not defined in the referenced workflow. .github/workflows/Pipeline.yml (Line: 17, Col: 21): Invalid secret, codacy_token is not defined in the referenced workflow.
codacy_token: ${{ secrets.CODACY_PROJECT_TOKEN }}