Skip to content

Commit b53a8c2

Browse files
Merge pull request #147 from puppetlabs/CAT-2429
(CAT-2429) Exposes service URL as a workflow input
2 parents 5eccb61 + e5590a5 commit b53a8c2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/module_ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@ on:
1414
required: false
1515
default: ''
1616
type: "string"
17+
service_url:
18+
description: "The service URL to target when provisioning from GCP."
19+
required: false
20+
default: 'https://facade-release-6f3kfepqcq-ew.a.run.app/v1/provision'
21+
type: "string"
1722
run_shellcheck:
1823
description: "Run shellcheck on all bash files"
1924
required: false
@@ -31,6 +36,7 @@ on:
3136
env:
3237
PUPPET_FORGE_TOKEN: ${{ secrets.PUPPET_FORGE_TOKEN || secrets.PUPPET_FORGE_TOKEN_PUBLIC }}
3338
BUNDLE_RUBYGEMS___PUPPETCORE__PUPPET__COM: "forge-key:${{ secrets.PUPPET_FORGE_TOKEN || secrets.PUPPET_FORGE_TOKEN_PUBLIC }}"
39+
SERVICE_URL: ${{ inputs.service_url }}
3440

3541
jobs:
3642
setup_matrix:

0 commit comments

Comments
 (0)