-
Notifications
You must be signed in to change notification settings - Fork 0
38 lines (32 loc) · 961 Bytes
/
action.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# This is a basic workflow to generate build
name: "Build and App-Inspect"
# Controls when the action will run. Triggers the workflow on push or pull request
on:
push:
branches:
- 'master'
- 'main'
- 'develop'
pull_request:
branches:
- '*'
- '*/*'
- '**'
workflow_dispatch:
jobs:
pre-release:
name: "Build and App-Inspect"
runs-on: "ubuntu-latest"
steps:
- uses: VatsalJagani/splunk-app-action@v2
with:
app_dir: "TA_NetDocuments"
is_app_inspect_check: true
splunkbase_username: ${{ secrets.SPLUNKBASE_USERNAME }}
splunkbase_password: ${{ secrets.SPLUNKBASE_PASSWORD }}
- uses: VatsalJagani/splunk-app-action@v2
with:
app_dir: "NetDocuments_App"
is_app_inspect_check: true
splunkbase_username: ${{ secrets.SPLUNKBASE_USERNAME }}
splunkbase_password: ${{ secrets.SPLUNKBASE_PASSWORD }}