Skip to content

Commit

Permalink
Try adding tools, how does this look
Browse files Browse the repository at this point in the history
  • Loading branch information
Ghislain89 committed Jun 10, 2024
1 parent 42e50df commit cb3dce2
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/vercel.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
name: Creating Preview environments
on:
pull_request:
jobs:
Expand All @@ -10,4 +11,12 @@ jobs:
VERCEL_PROJECT_ID: ${{ secrets.VERCEL_DOCS_ID }}
VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }}
VERCEL_TOKEN: ${{ secrets.VERCEL_TOKEN }}

tools-preview:
name: Preview Deploymnt
uses: ./.github/workflows/deploy-preview.yml
with:
app: 'docs'
secrets:
VERCEL_PROJECT_ID: ${{ secrets.VERCEL_TOOLS_ID }}
VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }}
VERCEL_TOKEN: ${{ secrets.VERCEL_TOKEN }}

0 comments on commit cb3dce2

Please sign in to comment.