We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bd2891d + c2ca585 commit 4a5cc18Copy full SHA for 4a5cc18
.github/workflows/beam_Publish_Beam_SDK_Snapshots.yml
@@ -101,6 +101,10 @@ jobs:
101
credentials_json: ${{ secrets.GCP_SA_KEY }}
102
- name: Set up Cloud SDK
103
uses: google-github-actions/setup-gcloud@v2
104
+ - name: Activate service account
105
+ run: |
106
+ echo '${{ secrets.GCP_SA_KEY }}' > /tmp/key.json
107
+ gcloud auth activate-service-account --key-file=/tmp/key.json
108
- name: GCloud Docker credential helper
109
run: |
110
gcloud auth configure-docker ${{ env.docker_registry }}
0 commit comments