Skip to content

Commit d7ab917

Browse files
committed
change secret for GCP_SA_KEY
1 parent 829ece2 commit d7ab917

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-build-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- name: Authenticate to Google Cloud
4646
uses: google-github-actions/auth@v2
4747
with:
48-
credentials_json: ${{ secrets.GCP_SA_KEY_CLOUD_RUN }}
48+
credentials_json: ${{ secrets.GCP_SA_KEY }}
4949

5050
# Configure Docker for GCP
5151
- name: Configure Docker for GCP Artifact Registry

0 commit comments

Comments
 (0)