We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a154a45 commit 3644dd0Copy full SHA for 3644dd0
.github/workflows/module_ci.yml
@@ -6,7 +6,8 @@ name: "Module CI"
6
# to all steps in this workflow. This approach keeps the authentication token secure while making it
7
# available to all Bundler operations.
8
env:
9
- BUNDLE_RUBYGEMS___PUPPETCORE__PUPPET__COM: ${{ secrets.PUPPET_FORGE_TOKEN != '' && format('forge-key:{0}', secrets.PUPPET_FORGE_TOKEN) || '' }}
+ PUPPET_FORGE_TOKEN: ${{ secrets.PUPPET_FORGE_TOKEN }}
10
+ BUNDLE_RUBYGEMS___PUPPETCORE__PUPPET__COM: "forge-key:${{ secrets.PUPPET_FORGE_TOKEN }}"
11
12
on:
13
workflow_call:
0 commit comments