Skip to content

Commit

Permalink
authenticate to GCS (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
ebrehault authored Nov 7, 2023
1 parent 6ab3815 commit 52c66fa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v3
- uses: google-github-actions/auth@v0
with:
credentials_json: '${{ secrets.GCP_CREDENTIALS }}'
- name: 'Set up Cloud SDK'
uses: 'google-github-actions/setup-gcloud@v0'
- uses: dorny/paths-filter@v2
Expand Down

0 comments on commit 52c66fa

Please sign in to comment.