Skip to content

Commit

Permalink
Fix dev docs sync env var (#2049)
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric-Arellano authored Sep 30, 2024
1 parent 9a9112d commit 287edab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/dev-docs-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ jobs:
run: npm ci
- name: Sync dev docs
run: npx tsx scripts/js/commands/api/syncDevDocs.ts
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Get all changed docs files
id: changed-docs-files
uses: tj-actions/changed-files@af2816c65436325c50621100d67f6e853cd1b0f1
Expand Down

0 comments on commit 287edab

Please sign in to comment.