We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b82a3a commit a4a665fCopy full SHA for a4a665f
.github/workflows/staging.yml
@@ -14,6 +14,8 @@ jobs:
14
15
typescript-check:
16
uses: ./.github/workflows/run-typescript.yml
17
+ secrets:
18
+ AIRTABLE_TOKEN: ${{ secrets.AIRTABLE_TOKEN }}
19
20
build:
21
needs: [test, typescript-check]
0 commit comments