Skip to content

Added action for the sdk update #66

Added action for the sdk update

Added action for the sdk update #66

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"
to_make_permission_changes: true
splunkbase_username: ${{ secrets.SPLUNKBASE_USERNAME }}
splunkbase_password: ${{ secrets.SPLUNKBASE_PASSWORD }}
app_utilities: "whats_in_the_app, splunk_python_sdk"
my_github_token: ${{ secrets.MY_GITHUB_TOKEN }}
splunk_python_sdk_install_path: "lib"
- uses: VatsalJagani/[email protected]
with:
app_dir: "NetDocuments_App"
to_make_permission_changes: true
splunkbase_username: ${{ secrets.SPLUNKBASE_USERNAME }}
splunkbase_password: ${{ secrets.SPLUNKBASE_PASSWORD }}