Skip to content

Commit 88302a3

Browse files
chore(deps): update from template
1 parent 21d482e commit 88302a3

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

.copier-answers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
_commit: v0.8.13
1+
_commit: v0.8.15
22
_src_path: gh:helmut-hoffer-von-ankershoffen/oe-python-template
33
attestations_enabled: true
44
author_email: helmuthva@gmail.com

.github/workflows/vercel-production.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: Vercel Deploy on Release
22
on:
3+
push:
4+
tags:
5+
- "v*.*.*"
36
release:
47
types: [created]
58
jobs:
@@ -38,7 +41,7 @@ jobs:
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"

0 commit comments

Comments
 (0)