Skip to content
Merged
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
6 changes: 6 additions & 0 deletions .github/workflows/module_acceptance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ on:
required: false
default: ''
type: "string"
service_url:
description: "The service URL to target when provisioning from GCP."
required: false
default: 'https://facade-release-6f3kfepqcq-ew.a.run.app/v1/provision'
type: "string"
kernel_modules:
description: "Volume map host kernel /lib/modules into docker container"
default: true
Expand All @@ -28,6 +33,7 @@ on:
env:
PUPPET_FORGE_TOKEN: ${{ secrets.PUPPET_FORGE_TOKEN || secrets.PUPPET_FORGE_TOKEN_PUBLIC }}
BUNDLE_RUBYGEMS___PUPPETCORE__PUPPET__COM: "forge-key:${{ secrets.PUPPET_FORGE_TOKEN || secrets.PUPPET_FORGE_TOKEN_PUBLIC }}"
SERVICE_URL: ${{ inputs.service_url }}

jobs:

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 @@ -14,11 +14,6 @@ on:
required: false
default: ''
type: "string"
service_url:
description: "The service URL to target when provisioning from GCP."
required: false
default: 'https://facade-release-6f3kfepqcq-ew.a.run.app/v1/provision'
type: "string"
run_shellcheck:
description: "Run shellcheck on all bash files"
required: false
Expand All @@ -36,7 +31,6 @@ on:
env:
PUPPET_FORGE_TOKEN: ${{ secrets.PUPPET_FORGE_TOKEN || secrets.PUPPET_FORGE_TOKEN_PUBLIC }}
BUNDLE_RUBYGEMS___PUPPETCORE__PUPPET__COM: "forge-key:${{ secrets.PUPPET_FORGE_TOKEN || secrets.PUPPET_FORGE_TOKEN_PUBLIC }}"
SERVICE_URL: ${{ inputs.service_url }}

jobs:
setup_matrix:
Expand Down