Skip to content

Merge pull request #9 from CrossRealms/fix-NotAfter-field-extraction #26

Merge pull request #9 from CrossRealms/fix-NotAfter-field-extraction

Merge pull request #9 from CrossRealms/fix-NotAfter-field-extraction #26

Workflow file for this run

# This is a basic workflow to generate build
name: "pre-release"
# Controls when the action will run. Triggers the workflow on push or pull request
# events but only for every branch
on:
push:
branches:
- '*' # matches every branch that doesn't contain a '/'
- '*/*' # matches every branch containing a single '/'
- '**' # matches every branch
workflow_dispatch:
jobs:
pre-release:
name: "Pre Release"
runs-on: "ubuntu-latest"
steps:
- uses: VatsalJagani/splunk-app-action@v2
with:
app_dir: "TA-windows-certificate-store"
splunkbase_username: ${{ secrets.SPLUNKBASE_USERNAME }}
splunkbase_password: ${{ secrets.SPLUNKBASE_PASSWORD }}
app_utilities: "whats_in_the_app"
my_github_token: ${{ secrets.MY_GITHUB_TOKEN }}