Add GH Action to manually very production environment

This commit is contained in:
Claudio Ortolina
2024-12-26 14:40:12 +00:00
parent 33a3ed548d
commit 6102363fb4
+14
View File
@@ -0,0 +1,14 @@
name: Verify
on: workflow_dispatch
jobs:
verify:
name: Verify
runs-on: ubuntu-24.04
environment: production
steps:
- uses: actions/checkout@v4
- uses: gacts/install-hurl@v1
- run: hurl --test test/prod.hurl
env:
HURL_api_token: ${{ secrets.API_TOKEN }}