Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
alevenberg committed Nov 6, 2023
1 parent 85ef05c commit a0b1b0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-googleapis-sha.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
create_credentials_file: true
workload_identity_provider: '${{ secrets.WIF_PROVIDER }}'
service_account: '${{ secrets.SA_EMAIL }}'
- uses: google-github-actions/setup-gcloud@v1
version: '>= 390.0.0'
- name: Set env variables for googleapis
env:
REPO: googleapis/googleapis
Expand All @@ -37,8 +39,6 @@ jobs:
curl -fsSL "https://github.com/${REPO}/archive/${COMMIT}.tar.gz" -o "${DOWNLOAD}"
gsutil -q cp "${DOWNLOAD}" "gs://cloud-cpp-community-archive/com_google_googleapis/${COMMIT}.tar.gz"
echo SHA256=$(sha256sum "${DOWNLOAD}" | sed "s/ .*//") >> $GITHUB_ENV
- uses: google-github-actions/setup-gcloud@v1
version: '>= 390.0.0'
- name: 'Get the SHA for google APIs gcloud CLI'
run: 'gcloud info' - name: Run the `renovate.sh` script
run: TERM=xterm ./external/googleapis/renovate.sh
Expand Down

0 comments on commit a0b1b0b

Please sign in to comment.