Skip to content

Commit 4dee504

Browse files
authored
Merge pull request #134 from puppetlabs/add_puppet_forge_token_to_module_acceptance
feat: add puppet_forge_token to module_acceptance.yml
2 parents 585d812 + cdf0fad commit 4dee504

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/module_acceptance.yml

+6
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,12 @@ on:
2323
default: false
2424
type: boolean
2525

26+
27+
# ENABLE PUPPETCORE. The calling workflow must:
28+
# - Set a valid PUPPET_FORGE_TOKEN secret on its repository.
29+
env:
30+
PUPPET_FORGE_TOKEN: ${{ secrets.PUPPET_FORGE_TOKEN }}
31+
2632
jobs:
2733

2834
setup_matrix:

0 commit comments

Comments
 (0)