diff --git a/.github/workflows/preview.yaml b/.github/workflows/preview.yaml index 7cf3791..a9dfadd 100644 --- a/.github/workflows/preview.yaml +++ b/.github/workflows/preview.yaml @@ -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 }}