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 2c51e06 commit b8921b2Copy full SHA for b8921b2
.github/workflows/module_ci.yml
@@ -30,9 +30,9 @@ on:
30
default: 'forge-key'
31
type: "string"
32
33
-# ENABLE PUPPETCORE. The calling workflow must:
+# ENABLE PUPPETCORE. The calling workflow must:
34
# - Set a valid PUPPET_FORGE_TOKEN secret on its repository.
35
-# - Set ruby_version >= 3.1 to override this workflow's default 2.7; otherwise bundle install will fail.
+# - Set ruby_version >= 3.1 to override this workflow's default 2.7; otherwise bundle install will fail.
36
env:
37
PUPPET_FORGE_TOKEN: ${{ secrets.PUPPET_FORGE_TOKEN }}
38
BUNDLE_RUBYGEMS___PUPPETCORE__PUPPET__COM: "${{ inputs.puppetcore_api_type }}:${{ secrets.PUPPET_FORGE_TOKEN }}"
0 commit comments