We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ad4f48 commit e55f5d2Copy full SHA for e55f5d2
.github/workflows/unit_tests.yaml
@@ -11,6 +11,8 @@ on:
11
jobs:
12
Nightly:
13
uses: "puppetlabs/phoenix-github-actions/.github/workflows/unit_tests_with_nightly_puppet_gem.yaml@main"
14
-
+
15
Released:
16
- uses: "puppetlabs/phoenix-github-actions/.github/workflows/unit_tests_with_released_puppet_gem.yaml@main"
+ secrets:
17
+ PUPPET_FORGET_TOKEN_PUBLIC: ${{ secrets.PUPPET_FORGE_TOKEN_PUBLIC }}
18
+ uses: "puppetlabs/phoenix-github-actions/.github/workflows/unit_tests_with_released_puppet_gem.yaml@puppetcore"
0 commit comments