Skip to content

Build and App-Inspect #57

Build and App-Inspect

Build and App-Inspect #57

Workflow file for this run

# 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/[email protected]
with:
app_dir: "TA_NetDocuments"
use_ucc_gen: true
is_app_inspect_check: true
splunkbase_username: ${{ secrets.SPLUNKBASE_USERNAME }}
splunkbase_password: ${{ secrets.SPLUNKBASE_PASSWORD }}
app_utilities: "whats_in_the_app, logger, ucc_additional_packaging"
my_github_token: ${{ secrets.MY_GITHUB_TOKEN }}
logger_log_files_prefix: "ta_netdocuments"
logger_sourcetype: "ta_netdocuments:logs"
- uses: VatsalJagani/[email protected]
with:
app_dir: "NetDocuments_App"
is_app_inspect_check: true
splunkbase_username: ${{ secrets.SPLUNKBASE_USERNAME }}
splunkbase_password: ${{ secrets.SPLUNKBASE_PASSWORD }}
app_utilities: "whats_in_the_app"
my_github_token: ${{ secrets.MY_GITHUB_TOKEN }}