Skip to content

Commit

Permalink
fix: change GCP secret name
Browse files Browse the repository at this point in the history
  • Loading branch information
Maikol committed Dec 14, 2023
1 parent a846142 commit 29edcd6
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 <[email protected]>"]
edition = "2018"

Expand Down

0 comments on commit 29edcd6

Please sign in to comment.