Skip to content

Commit 61a8c93

Browse files
committed
add a7_healthcheck_simulation
1 parent 988e1bc commit 61a8c93

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# create bot action trigger
2+
name: BES_trigger_healthcheck_simulation
3+
on:
4+
# Allows you to run this workflow manually from the Actions tab
5+
workflow_dispatch:
6+
7+
jobs:
8+
build:
9+
runs-on: ubuntu-latest
10+
11+
environment: github_actions_bes
12+
steps:
13+
- name: trigger botEnSky healthcheck ACTION
14+
env:
15+
BES_SIMULATION_TOKEN: ${{ secrets.BES_SIMULATION_TOKEN }}
16+
BES_SIMULATION_URL: ${{ secrets.BES_SIMULATION_URL }}
17+
run: |
18+
curl -q -H "API-TOKEN: ${BES_SIMULATION_TOKEN}" -H "PLUGIN-NAME: HealthCheck" "${BES_SIMULATION_URL}"

0 commit comments

Comments
 (0)