Skip to content

Commit

Permalink
fix: workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jamescalam committed Aug 30, 2024
1 parent bc522d7 commit 3e9e73b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:

jobs:
build-docs:
permissions:
contents: read
id-token: write
name: Build Docs
runs-on: ubuntu-latest
strategy:
Expand All @@ -14,7 +17,7 @@ jobs:
env:
POETRY_VERSION: "1.8.3"
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Cache Poetry
uses: actions/cache@v2
with:
Expand Down Expand Up @@ -43,6 +46,7 @@ jobs:
id: auth
uses: google-github-actions/auth@v2
with:
project_id: ${{ vars.GCP_PROJECT_ID }}
workload_identity_provider: ${{ vars.GCP_WORKLOAD_IDENTITY_PROVIDER }}
service_account: ${{ vars.GCP_SERVICE_ACCOUNT }}
- name: Upload Docs
Expand Down

0 comments on commit 3e9e73b

Please sign in to comment.