Skip to content

Commit a4a665f

Browse files
committed
fix: Provide Airtable token to called workflow
1 parent 6b82a3a commit a4a665f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/staging.yml

+2
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ jobs:
1414

1515
typescript-check:
1616
uses: ./.github/workflows/run-typescript.yml
17+
secrets:
18+
AIRTABLE_TOKEN: ${{ secrets.AIRTABLE_TOKEN }}
1719

1820
build:
1921
needs: [test, typescript-check]

0 commit comments

Comments
 (0)