Skip to content

Install released puppet and facter gems #61

Install released puppet and facter gems

Install released puppet and facter gems #61

Workflow file for this run

---
name: Unit Tests
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
jobs:
Nightly:
uses: "puppetlabs/phoenix-github-actions/.github/workflows/unit_tests_with_nightly_puppet_gem.yaml@main"
Released:
secrets:
PUPPET_FORGET_TOKEN_PUBLIC: ${{ secrets.PUPPET_FORGE_TOKEN_PUBLIC }}
uses: "puppetlabs/phoenix-github-actions/.github/workflows/unit_tests_with_released_puppet_gem.yaml@puppetcore"

Check failure on line 18 in .github/workflows/unit_tests.yaml

View workflow run for this annotation

GitHub Actions / Unit Tests

Invalid workflow file

The workflow is not valid. .github/workflows/unit_tests.yaml (Line: 18, Col: 11): Secret PUPPET_FORGE_TOKEN_PUBLIC is required, but not provided while calling. .github/workflows/unit_tests.yaml (Line: 17, Col: 35): Invalid secret, PUPPET_FORGET_TOKEN_PUBLIC is not defined in the referenced workflow.