Skip to content

GitHub app action version change. #27

GitHub app action version change.

GitHub app action version change. #27

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/[email protected]
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 }}