Skip to content

Commit

Permalink
Merge pull request #5 from graphprotocol/mde/change-google-cloud-secret
Browse files Browse the repository at this point in the history
fix: change GCP secret name
  • Loading branch information
Maikol committed Dec 14, 2023
2 parents a846142 + 29edcd6 commit 19fe2fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-availability-oracle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Get GKE Credentials for the staging cluster
uses: google-github-actions/get-gke-credentials@v0
with:
credentials: ${{ secrets.gcloud_service_account }}
credentials: ${{ secrets.GCP_GRAPH_NETWORK }}
cluster_name: staging-network
location: us-central1-a
project_id: graph-mainnet
Expand Down
2 changes: 1 addition & 1 deletion availability-oracle/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "availability-oracle"
version = "0.3.3"
version = "0.3.4"
authors = ["Leonardo Yvens <leoyvens@gmail.com>"]
edition = "2018"

Expand Down

0 comments on commit 19fe2fe

Please sign in to comment.