Skip to content

Commit

Permalink
ci: update vercel action
Browse files Browse the repository at this point in the history
  • Loading branch information
riccardoperra committed Aug 30, 2024
1 parent e1a7cef commit d63f476
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ jobs:
run: |
pnpm --filter=@codeimage/app build
- uses: amondnet/vercel-action@v25.1.0
- uses: amondnet/vercel-action@v25.2.0
with:
vercel-token: ${{secrets.VERCEL_TOKEN}} # Required
github-token: ${{secrets.GITHUB_TOKEN}} #Optional
Expand Down Expand Up @@ -243,7 +243,7 @@ jobs:
run: |
pnpm --filter=@codeimage/app build
- uses: amondnet/vercel-action@v25.1.0
- uses: amondnet/vercel-action@v25.2.0
with:
vercel-token: ${{ secrets.VERCEL_TOKEN }} # Required
github-token: ${{ secrets.GITHUB_TOKEN }} #Optional
Expand Down Expand Up @@ -287,7 +287,7 @@ jobs:
run: |
pnpm --filter=@codeimage/highlight build:dev
- uses: amondnet/vercel-action@v25.1.0
- uses: amondnet/vercel-action@v25.2.0
with:
vercel-token: ${{ secrets.VERCEL_TOKEN }} # Required
github-token: ${{ secrets.GITHUB_TOKEN }} #Optional
Expand Down Expand Up @@ -334,7 +334,7 @@ jobs:
run: |
pnpm --filter=@codeimage/website build
- uses: amondnet/vercel-action@v25.1.0
- uses: amondnet/vercel-action@v25.2.0
with:
vercel-token: ${{ secrets.VERCEL_TOKEN }} # Required
github-token: ${{ secrets.GITHUB_TOKEN }} #Optional
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/prod-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ jobs:
ENABLE_VERCEL_BUILD: true
run: |
pnpm --filter=@codeimage/highlight build:dev
- uses: amondnet/vercel-action@v25.1.0
- uses: amondnet/vercel-action@v25.2.0
with:
vercel-token: ${{ secrets.VERCEL_TOKEN }}
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down Expand Up @@ -317,7 +317,7 @@ jobs:
run: |
pnpm --filter=@codeimage/app build
- uses: amondnet/vercel-action@v25.1.0
- uses: amondnet/vercel-action@v25.2.0
if: ${{ github.event.inputs.deploy-frontend == 'true' }}
name: Deploy
with:
Expand Down

0 comments on commit d63f476

Please sign in to comment.