Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Riddlcal authored Mar 30, 2024
1 parent e425e7c commit 6c31da1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Find latest deployment
id: latest_deployment
run: |
latest_deployment_url=$(curl -sSf -X GET "https://api.vercel.com/v12/now/deployments?projectId=ut-bot-deploy&limit=1" \
latest_deployment_url=$(curl -sSf -X GET "https://api.vercel.com/v6/now/deployments?projectId=ut-bot-deploy&limit=1" \
-H "Authorization: Bearer 4EMYs0YWWJQrhQYIVDGzIFkR" \
-H "Content-Type: application/json" \
| jq -r '.deployments[0].url')
Expand Down

0 comments on commit 6c31da1

Please sign in to comment.