Skip to content

Commit 40267c6

Browse files
committed
(CAT-2325) Set PUPPET_FORGE_TOKEN
1 parent c1a4d08 commit 40267c6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ jobs:
1414
secrets: "inherit"
1515

1616
Acceptance:
17+
env:
18+
PUPPET_FORGE_TOKEN: ${{ secrets.PUPPET_FORGE_TOKEN }}
19+
BUNDLE_RUBYGEMS___PUPPETCORE__PUPPET__COM: forge-key:${{ secrets.PUPPET_FORGE_TOKEN }}
1720
needs: Spec
1821
uses: "puppetlabs/cat-github-actions/.github/workflows/module_acceptance.yml@main"
1922
with:

0 commit comments

Comments
 (0)