Commit 0f8b306
committed
(PA-7366) Pass secrets to install nightly and released 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.
We need the twingate token for nightly puppet and the puppetcore token
for released puppet builds.1 parent 3135977 commit 0f8b306
File tree
2 files changed
+3
-0
lines changed- .github/workflows
2 files changed
+3
-0
lines changedLines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
| 18 | + | |
0 commit comments