Skip to content

Commit

Permalink
fix: Provide Airtable token to called workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
trevormunoz committed Jul 31, 2024
1 parent 6b82a3a commit a4a665f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:

typescript-check:
uses: ./.github/workflows/run-typescript.yml
secrets:
AIRTABLE_TOKEN: ${{ secrets.AIRTABLE_TOKEN }}

build:
needs: [test, typescript-check]
Expand Down

0 comments on commit a4a665f

Please sign in to comment.