Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 4 additions & 9 deletions .github/workflows/gem_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,20 +30,15 @@ on:
default: false
type: "boolean"

# ENABLE PUPPETCORE. The calling workflow must:
# - Set a valid PUPPET_FORGE_TOKEN secret on its repository.
# - Set ruby_version >= 3.1 to override this workflow's default 2.7; otherwise bundle install will fail.
env:
PUPPET_GEM_VERSION: ${{ inputs.puppet_gem_version }}
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
PUPPET_FORGE_TOKEN: ${{ secrets.PUPPET_FORGE_TOKEN }}
BUNDLE_RUBYGEMS___PUPPETCORE__PUPPET__COM: "forge-key:${{ secrets.PUPPET_FORGE_TOKEN }}"

jobs:
spec:
name: "spec"
runs-on: ${{ inputs.runs_on }}

env:
PUPPET_GEM_VERSION: ${{ inputs.puppet_gem_version }}
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

steps:
- name: "checkout"
uses: "actions/checkout@v4"
Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/module_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,6 @@ on:
default: '3.1'
type: "string"

# ENABLE PUPPETCORE. The calling workflow must:
# - Set a valid PUPPET_FORGE_TOKEN secret on its repository.
# - Set ruby_version >= 3.1 to override this workflow's default 2.7; otherwise bundle install will fail.
env:
PUPPET_FORGE_TOKEN: ${{ secrets.PUPPET_FORGE_TOKEN }}
BUNDLE_RUBYGEMS___PUPPETCORE__PUPPET__COM: "forge-key:${{ secrets.PUPPET_FORGE_TOKEN }}"

jobs:
setup_matrix:
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/tooling_mend_ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,6 @@ env:
MEND_TOKEN: ${{ secrets.MEND_TOKEN != '' && secrets.MEND_TOKEN || inputs.token }}
PRODUCT_NAME: ${{ inputs.PRODUCT_NAME != '' && inputs.PRODUCT_NAME || inputs.product_name }}
REQUIRE_SECRETS: MEND_API_KEY MEND_TOKEN
# ENABLE PUPPETCORE. The calling workflow must:
# - Set a valid PUPPET_FORGE_TOKEN secret on its repository.
# - Set ruby_version >= 3.1 to override this workflow's default 2.7; otherwise bundle install will fail.
PUPPET_FORGE_TOKEN: ${{ secrets.PUPPET_FORGE_TOKEN }}
BUNDLE_RUBYGEMS___PUPPETCORE__PUPPET__COM: "forge-key:${{ secrets.PUPPET_FORGE_TOKEN }}"

jobs:
mend:
Expand Down

This file was deleted.