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 a846142 + 29edcd6 commit 19fe2feCopy full SHA for 19fe2fe
.github/workflows/build-availability-oracle.yml
@@ -48,7 +48,7 @@ jobs:
48
- name: Get GKE Credentials for the staging cluster
49
uses: google-github-actions/get-gke-credentials@v0
50
with:
51
- credentials: ${{ secrets.gcloud_service_account }}
+ credentials: ${{ secrets.GCP_GRAPH_NETWORK }}
52
cluster_name: staging-network
53
location: us-central1-a
54
project_id: graph-mainnet
availability-oracle/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "availability-oracle"
3
-version = "0.3.3"
+version = "0.3.4"
4
authors = ["Leonardo Yvens <[email protected]>"]
5
edition = "2018"
6
0 commit comments