Skip to content

Merge pull request #638 from CrossRealms/remove-honeydb-related-UI-se… #237

Merge pull request #638 from CrossRealms/remove-honeydb-related-UI-se…

Merge pull request #638 from CrossRealms/remove-honeydb-related-UI-se… #237

Workflow file for this run

# This is a basic workflow to generate build
name: "Run on Master - Add Utilities & App Inspect"
on:
push:
branches:
- 'master'
workflow_dispatch:
jobs:
pre-release:
name: "Run on Master - Add Utilities & App Inspect"
runs-on: "ubuntu-latest"
steps:
- uses: VatsalJagani/splunk-app-action@v4
with:
app_dir: "cyences_app_for_splunk"
to_make_permission_changes: true
splunkbase_username: ${{ secrets.SPLUNKBASE_USERNAME }}
splunkbase_password: ${{ secrets.SPLUNKBASE_PASSWORD }}
app_utilities: "whats_in_the_app, logger, splunk_python_sdk, common_js_utilities"
my_github_token: ${{ secrets.MY_GITHUB_TOKEN }}
logger_log_files_prefix: "cyences"
logger_sourcetype: "cyences:logs"
- uses: VatsalJagani/splunk-app-action@v4
with:
app_dir: "TA-cyences"
to_make_permission_changes: true
splunkbase_username: ${{ secrets.SPLUNKBASE_USERNAME }}
splunkbase_password: ${{ secrets.SPLUNKBASE_PASSWORD }}
app_utilities: "whats_in_the_app"
my_github_token: ${{ secrets.MY_GITHUB_TOKEN }}