Skip to content

Commit

Permalink
update gcloud actions
Browse files Browse the repository at this point in the history
Signed-off-by: NikitaSkrynnik <[email protected]>
  • Loading branch information
NikitaSkrynnik committed Feb 28, 2024
1 parent e1526d7 commit 1477e7b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,12 @@ jobs:
- name: Set up azure permissions
run: |
sudo chmod -R 777 ~/.azure
- name: Install gcloud-sdk
uses: google-github-actions/setup-gcloud@v0
- uses: 'google-github-actions/auth@v2'
with:
service_account_key: ${{ secrets.GCLOUD_SERVICE_KEY }}
project_id: ${{ secrets.GOOGLE_PROJECT_ID }}
credentials_json: ${{ secrets.GCLOUD_SERVICE_KEY }}
- name: Install gcloud-sdk
uses: google-github-actions/setup-gcloud@v2
- name: Set up /bin permissions
run: |
sudo chmod -R 777 /bin
Expand Down

0 comments on commit 1477e7b

Please sign in to comment.