Skip to content

Commit

Permalink
πŸ’š Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
cermakjiri committed Nov 21, 2024
1 parent 6de304d commit d688a10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/preview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ on:
- dev
jobs:
Default example:
uses: ./common/preview.yml
uses: ./.github/workflows/reusable-workflow.yml
with:
vercel_project_name: ${{ secrets.VERCEL_NAME_EXAMPLE_DEFAULT }}
vercel_scope: ${{ secrets.VERCEL_SCOPE }}
vercel_token: ${{ secrets.VERCEL_TOKEN }}

Upgrade example:
uses: ./common/preview.yml
uses: ./.github/workflows/reusable-workflow.yml
with:
vercel_project_name: ${{ secrets.VERCEL_NAME_EXAMPLE_UPGRADE }}
vercel_scope: ${{ secrets.VERCEL_SCOPE }}
Expand Down

0 comments on commit d688a10

Please sign in to comment.