Skip to content

Commit 5ec9f5f

Browse files
Add puppetcore authenticaton
This ensures that modules will authenticate against the puppetcore Signed-off-by: Gavin Didrichsen <[email protected]>
1 parent f39f01c commit 5ec9f5f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/module_ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ on:
2020
default: false
2121
type: "boolean"
2222

23+
env:
24+
PUPPET_FORGE_TOKEN: ${{ secrets.PUPPET_FORGE_TOKEN }}
25+
BUNDLE_RUBYGEMS___PUPPETCORE__PUPPET__COM: "forge-key:${{ secrets.PUPPET_FORGE_TOKEN }}"
2326

2427
jobs:
2528
setup_matrix:

0 commit comments

Comments
 (0)