Skip to content

Commit 8bd76c8

Browse files
committed
(PA-7366) Pass secrets to install nightly gems
Resolves this error: The workflow is not valid. .github/workflows/unit_tests.yaml (Line: 16, Col: 11): Secret PUPPET_FORGE_TOKEN_PUBLIC is required, but not provided while calling.
1 parent 3135977 commit 8bd76c8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/daily_unit_tests_with_nightly_puppet_gem.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
jobs:
1010
daily_unit_tests_with_nightly_puppet_gem:
1111
uses: "puppetlabs/phoenix-github-actions/.github/workflows/unit_tests_with_nightly_puppet_gem.yaml@main"
12+
secrets: inherit
1213

1314
notify-via-slack:
1415
name: Notify workflow conclusion via Slack

0 commit comments

Comments
 (0)