Skip to content

Commit

Permalink
wiki add GCP auth
Browse files Browse the repository at this point in the history
  • Loading branch information
sragss committed Mar 14, 2024
1 parent 48d6464 commit 90a3801
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/deploy-mdbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,13 @@ jobs:
steps:
- uses: actions/checkout@v2

- id: 'auth'
uses: 'google-github-actions/auth@v2'
with:
credentials_json: '${{ secrets.GCP_SA_KEY}}'

- name: Set up Cloud SDK
uses: google-github-actions/setup-gcloud@v2
with:
credentials_json: ${{ secrets.GCP_SA_KEY }}

- name: Setup mdBook
uses: peaceiris/actions-mdbook@v1
Expand Down

0 comments on commit 90a3801

Please sign in to comment.