We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 988e1bc commit 61a8c93Copy full SHA for 61a8c93
.github/workflows/a7_healthcheck_simulation.yml
@@ -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