Skip to content

Commit

Permalink
Add CI icons
Browse files Browse the repository at this point in the history
  • Loading branch information
TheoBrigitte committed Nov 7, 2024
1 parent 3ef37b4 commit 9fdbe50
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RUN_IN_CI.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ This documentation describe how to run the check script using different CI servi

Examples are provided, they will run the check script every hour and send a notifications to OpsGenie. You can customize them to fit your needs using environment variables described in [config.env.example](config.env.example) file.

## GitHub Actions
## GitHub Actions <img src="./assets/github-actions.svg" width="24">

Create a new workflow file in your repository under `.github/workflows/` directory. You can use the provided example [check.yaml.example](.github/workflows/check.yaml.example) file.

You can set environement variable using Github's `Repository secrets` at `https://github.com/<owner>/kimsufi-notifier/settings/secrets/actions`.

More info on [Github Actions](https://docs.github.com/en/actions/writing-workflows/workflow-syntax-for-github-actions).

## CircleCI
## CircleCI <img src="./assets/circleci.svg" width="24">

Create a new config file in your repository under `.circleci/config.yml`. You can use the provided example [config.yml.example](.circleci/config.yml.example).

Expand Down
2 changes: 2 additions & 0 deletions assets/circleci.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions assets/github.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9fdbe50

Please sign in to comment.