Skip to content

Commit

Permalink
Updated workflows for a non-functioning action
Browse files Browse the repository at this point in the history
  • Loading branch information
malscent committed Jun 3, 2022
1 parent 7d4d39c commit 116ecfb
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/GCP-CreateRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: mkdir ${GITHUB_WORKSPACE}/build
# Runs a set of commands using the runners shell
- name: GCP Setup
uses: google-github-actions/setup-gcloud@main
uses: google-github-actions/setup-gcloud@v0
with:
project_id: ${{ secrets.GCP_VM_PROJECT_ID }}
service_account_key: ${{ secrets.GCP_COUCHBASE_PUBLIC_SA_KEY }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/GCP-CreateVMRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:

# Runs a single command using the runners shell
- name: GCP Setup
uses: google-github-actions/setup-gcloud@master
uses: google-github-actions/setup-gcloud@v0
with:
project_id: ${{ secrets.GCP_VM_PROJECT_ID }}
service_account_key: ${{ secrets.GCP_COUCHBASE_PUBLIC_SA_KEY }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/GCPCouchbaseServerAndSyncGatewayBYOL.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

# Runs a single command using the runners shell
- name: GCP Setup
uses: google-github-actions/setup-gcloud@master
uses: google-github-actions/setup-gcloud@v0
with:
project_id: ${{ secrets.GCP_PROJECT_ID }}
service_account_key: ${{ secrets.GCP_SA_KEY }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

# Runs a single command using the runners shell
- name: GCP Setup
uses: google-github-actions/setup-gcloud@master
uses: google-github-actions/setup-gcloud@v0
with:
project_id: ${{ secrets.GCP_PROJECT_ID }}
service_account_key: ${{ secrets.GCP_SA_KEY }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/GCPCouchbaseSyncGatewayBYOL.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

# Runs a single command using the runners shell
- name: GCP Setup
uses: google-github-actions/setup-gcloud@master
uses: google-github-actions/setup-gcloud@v0
with:
project_id: ${{ secrets.GCP_PROJECT_ID }}
service_account_key: ${{ secrets.GCP_SA_KEY }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/GCPCouchbaseSyncGatewayHourly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

# Runs a single command using the runners shell
- name: GCP Setup
uses: google-github-actions/setup-gcloud@master
uses: google-github-actions/setup-gcloud@v0
with:
project_id: ${{ secrets.GCP_PROJECT_ID }}
service_account_key: ${{ secrets.GCP_SA_KEY }}
Expand Down

0 comments on commit 116ecfb

Please sign in to comment.