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 9c1308fCopy full SHA for 9c1308f
.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"
+ uses: "puppetlabs/phoenix-github-actions/.github/workflows/unit_tests_with_released_puppet_gem.yaml@puppetcore"
17
+ secrets:
18
+ PUPPET_FORGET_TOKEN_PUBLIC: ${{ secrets.PUPPET_FORGE_TOKEN_PUBLIC }}
0 commit comments