Skip to content

Commit

Permalink
ci: more CI fixes...
Browse files Browse the repository at this point in the history
  • Loading branch information
dexturr committed Nov 1, 2023
1 parent d19e6b9 commit 4b4d186
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/release-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -196,20 +196,18 @@ jobs:
website: oracle.com
release: 17

- id: "auth"
uses: "google-github-actions/auth@v1"
with:
credentials_json: "${{ secrets.GCP_CREDENTIALS }}"

- name: Setup python
uses: actions/setup-python@v4
with:
python-version: "3.9"

- id: "auth"
uses: "google-github-actions/auth@v1"
with:
credentials_json: "${{ secrets.GCP_CREDENTIALS }}"

- name: "Set up Cloud SDK"
uses: "google-github-actions/setup-gcloud@v1"
env:
CLOUDSDK_PYTHON: "/usr/bin/python3"

- name: "Use gcloud CLI"
run: "gcloud info"
Expand Down

0 comments on commit 4b4d186

Please sign in to comment.