We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4cf8af commit bce0f79Copy full SHA for bce0f79
.github/workflows/release.yaml
@@ -8,6 +8,12 @@ on:
8
9
concurrency: ${{ github.workflow }}-${{ github.ref }}
10
11
+env:
12
+ VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }}
13
+ VERCEL_TS_DOCS_PROJECT_ID: 'prj_iBhTlkv2hj2E6BiA3GeacxgNHIEL'
14
+ VERCEL_TS_DOCS_API_PROJECT_ID: 'prj_hBydWalwFfqTPkpKTIy82abixInS'
15
+ VERCEL_TS_TEMPLATE_PROJECT_ID: 'prj_syuKtl2KTIU4OvO2mRccdbIt55BN'
16
+
17
jobs:
18
release:
19
runs-on: ubuntu-latest
0 commit comments