We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd9699f commit 95601dfCopy full SHA for 95601df
.github/workflows/devnet-deploy.yml
@@ -40,6 +40,9 @@ jobs:
40
aztec_docker_image: ${{ github.event.inputs.aztec_docker_image }}
41
deployment_mnemonic_secret_name: ${{ github.event.inputs.deployment_mnemonic_secret_name }}
42
respect_tf_lock: ${{ github.event.inputs.respect_tf_lock }}
43
+ secrets:
44
+ GCP_SA_KEY: ${{ secrets.GCP_SA_KEY }}
45
+
46
47
bootstrap-network:
48
runs-on: ubuntu-latest
.github/workflows/network-deploy.yml
@@ -25,6 +25,9 @@ on:
25
required: false
26
type: string
27
default: "true"
28
29
+ GCP_SA_KEY:
30
+ required: true
31
workflow_dispatch:
32
inputs:
33
namespace:
0 commit comments