Skip to content

Commit 95601df

Browse files
authored
fix: add secret (#10453)
Please read [contributing guidelines](CONTRIBUTING.md) and remove this line.
1 parent cd9699f commit 95601df

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/devnet-deploy.yml

+3
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ jobs:
4040
aztec_docker_image: ${{ github.event.inputs.aztec_docker_image }}
4141
deployment_mnemonic_secret_name: ${{ github.event.inputs.deployment_mnemonic_secret_name }}
4242
respect_tf_lock: ${{ github.event.inputs.respect_tf_lock }}
43+
secrets:
44+
GCP_SA_KEY: ${{ secrets.GCP_SA_KEY }}
45+
4346

4447
bootstrap-network:
4548
runs-on: ubuntu-latest

.github/workflows/network-deploy.yml

+3
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ on:
2525
required: false
2626
type: string
2727
default: "true"
28+
secrets:
29+
GCP_SA_KEY:
30+
required: true
2831
workflow_dispatch:
2932
inputs:
3033
namespace:

0 commit comments

Comments
 (0)