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.
2 parents 5eccb61 + e5590a5 commit b53a8c2Copy full SHA for b53a8c2
.github/workflows/module_ci.yml
@@ -14,6 +14,11 @@ on:
14
required: false
15
default: ''
16
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"
22
run_shellcheck:
23
description: "Run shellcheck on all bash files"
24
@@ -31,6 +36,7 @@ on:
31
36
env:
32
37
PUPPET_FORGE_TOKEN: ${{ secrets.PUPPET_FORGE_TOKEN || secrets.PUPPET_FORGE_TOKEN_PUBLIC }}
33
38
BUNDLE_RUBYGEMS___PUPPETCORE__PUPPET__COM: "forge-key:${{ secrets.PUPPET_FORGE_TOKEN || secrets.PUPPET_FORGE_TOKEN_PUBLIC }}"
39
+ SERVICE_URL: ${{ inputs.service_url }}
34
40
35
41
jobs:
42
setup_matrix:
0 commit comments