Skip to content

Commit

Permalink
Merge pull request #640 from input-output-hk/charlene/fix/github-work…
Browse files Browse the repository at this point in the history
…flow-vercel-deploy

fix: upgrade github workflow vercel deploy
  • Loading branch information
FerralBunny authored Aug 6, 2024
2 parents 699f40d + d2fe881 commit e595423
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: actions/checkout@v2
with:
fetch-depth: 2
- uses: amondnet/vercel-action@v25.1.1
- uses: amondnet/vercel-action@v25.2.0
with:
vercel-token: ${{ secrets.VERCEL_TOKEN }}
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- uses: actions/checkout@v2
with:
ref: 'master'
- uses: amondnet/vercel-action@v25.1.1
- uses: amondnet/vercel-action@v25.2.0
with:
vercel-token: ${{ secrets.VERCEL_TOKEN }}
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

1 comment on commit e595423

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for cardano-documentation ready!

✅ Preview
https://cardano-documentation-b1plsjusq-iog.vercel.app
https://cardano-documentation.vercel.app

Built with commit e595423.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.