Skip to content

Commit e83f67f

Browse files
committed
gh-actions/gcp/setup/
1 parent dd132cc commit e83f67f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gh-actions/gcp/setup/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ runs:
7979
exit 1
8080
fi
8181
cp -a "$GCP_KEY_PATH" "${{ inputs.key-copy }}"
82+
gcloud auth activate-service-account --key-file="${GCP_KEY_PATH}"
8283
GCP_KEY_FILENAME=$(basename $GCP_KEY_PATH)
8384
GCP_KEY_COPY_PATH="${{ inputs.key-copy }}/${GCP_KEY_FILENAME}"
8485
echo "GCP_KEY_COPY_PATH=${GCP_KEY_COPY_PATH}" >> $GITHUB_ENV

0 commit comments

Comments
 (0)