Skip to content

Commit 3644dd0

Browse files
Fix again.
Signed-off-by: Gavin Didrichsen <[email protected]>
1 parent a154a45 commit 3644dd0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/module_ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ name: "Module CI"
66
# to all steps in this workflow. This approach keeps the authentication token secure while making it
77
# available to all Bundler operations.
88
env:
9-
BUNDLE_RUBYGEMS___PUPPETCORE__PUPPET__COM: ${{ secrets.PUPPET_FORGE_TOKEN != '' && format('forge-key:{0}', secrets.PUPPET_FORGE_TOKEN) || '' }}
9+
PUPPET_FORGE_TOKEN: ${{ secrets.PUPPET_FORGE_TOKEN }}
10+
BUNDLE_RUBYGEMS___PUPPETCORE__PUPPET__COM: "forge-key:${{ secrets.PUPPET_FORGE_TOKEN }}"
1011

1112
on:
1213
workflow_call:

0 commit comments

Comments
 (0)