Skip to content

Commit

Permalink
test with opsgenie
Browse files Browse the repository at this point in the history
  • Loading branch information
TheoBrigitte committed Nov 7, 2024
1 parent 6676203 commit eb512df
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/run.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ name: run
on:
schedule:
- cron: "* * * * *"
push:
branches-ignore:
- main

jobs:
run:
Expand All @@ -13,4 +16,7 @@ jobs:
- name: Run check
run: |
touch config.env
PLAN_CODE=24ska01 ./bin/check.sh
./bin/check.sh
env:
PLAN_CODE: 24ska01
OPSGENIE_API_KEY: ${{ secrets.OPSGENIE_API_KEY }}

0 comments on commit eb512df

Please sign in to comment.