There was an error while loading. Please reload this page.
1 parent 4ee0e68 commit 63a9f24Copy full SHA for 63a9f24
1 file changed
.github/workflows/validate-opslevel.yml
@@ -0,0 +1,27 @@
1
+name: Validate OpsLevel Configs
2
+permissions:
3
+ contents: read
4
+
5
+on:
6
+ workflow_dispatch:
7
+ schedule:
8
+ - cron: '0 0 * * *'
9
+ push:
10
+ paths:
11
+ - '**/opslevel.yml'
12
+ - '**/opslevel.yaml'
13
+ - '.github/workflows/validate-opslevel.yml'
14
+ pull_request:
15
16
17
18
19
20
+jobs:
21
+ validate:
22
+ runs-on: ee-runner
23
+ steps:
24
+ - uses: actions/checkout@v6
25
+ - uses: springernature/ee-action-validate-opslevel@d6d996cf72bb6622e18fd03ad519d01f061d24fc # 1.0.5
26
+ with:
27
+ opslevel_api_token: ${{ secrets.OPSLEVEL_RW_TOKEN }}
0 commit comments