Skip to content

feat(puppetcore): Add puppetcore gem source switch capability #252

feat(puppetcore): Add puppetcore gem source switch capability

feat(puppetcore): Add puppetcore gem source switch capability #252

Workflow file for this run

name: "ci"
on:
pull_request:
branches:
- "main"
workflow_dispatch:
jobs:
Spec:
uses: "puppetlabs/cat-github-actions/.github/workflows/module_ci.yml@puppetcore"
with:
# This line enables shellcheck to be run on this repository
run_shellcheck: true
secrets:
PUPPET_FORGE_TOKEN: ${{ secrets.PUPPET_FORGE_TOKEN }}
inherit: true

Check failure on line 17 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / ci

Invalid workflow file

The workflow is not valid. .github/workflows/ci.yml (Line: 17, Col: 16): Invalid secret, inherit is not defined in the referenced workflow.