Skip to content

Commit 80456f7

Browse files
Add puppetcore environment variables
Signed-off-by: Gavin Didrichsen <[email protected]>
1 parent cb81a0b commit 80456f7

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)