File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- _commit : v0.8.13
1+ _commit : v0.8.15
22_src_path : gh:helmut-hoffer-von-ankershoffen/oe-python-template
33attestations_enabled : true
44author_email : helmuthva@gmail.com
Original file line number Diff line number Diff line change 11name : Vercel Deploy on Release
22on :
3+ push :
4+ tags :
5+ - " v*.*.*"
36 release :
47 types : [created]
58jobs :
3841
3942 - name : Smoke Test of Vercel Deployment
4043 run : |
41- response=$(curl -s -m 5 ${{ steps.deploy-vercel.outputs.DEPLOYMENT_UNIQUE_URL }}/api/v2/hello-world)
44+ response=$(curl -s -m 5 -H "x-vercel-protection-bypass: ${{ secrets.VERCEL_AUTOMATION_BYPASS_SECRET }}" ${{ steps.deploy-vercel.outputs.DEPLOYMENT_UNIQUE_URL }}/api/v2/hello-world)
4245 echo "API Response: $response"
4346 if [[ "$response" == *"Hello, world!"* ]]; then
4447 echo "✅ API response contains 'Hello, world!' as expected"
You can’t perform that action at this time.
0 commit comments