Skip to content

Commit

Permalink
Merge pull request #10 from CrossRealms/github-workflow-update
Browse files Browse the repository at this point in the history
Updated github action to the latest version
  • Loading branch information
VatsalJagani authored Aug 17, 2023
2 parents 73d03ce + e96d606 commit bd33e4c
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,26 +10,18 @@ on:
- '*/*' # matches every branch containing a single '/'
- '**' # matches every branch
workflow_dispatch:
inputs:
comment:
description: 'Add comment for manual workflow execution.'
required: false
default: 'Manual execution of Github workflow.'

jobs:
pre-release:
name: "Pre Release"
runs-on: "ubuntu-latest"

steps:
- name: "Generate Add-on Build and Performing App Inspect Checks"
run: |
echo "TA-microsoft-graph-security-score"
- uses: VatsalJagani/splunk-app-action@v1
- uses: VatsalJagani/splunk-app-action@v2
with:
app_dir: "TA-microsoft-graph-security-score"
app_build_name: "TA-microsoft-graph-security-score"
splunkbase_username: ${{ secrets.SPLUNKBASE_USERNAME }}
splunkbase_password: ${{ secrets.SPLUNKBASE_PASSWORD }}
app_utilities: "whats_in_the_app"
my_github_token: ${{ secrets.MY_GITHUB_TOKEN }}

0 comments on commit bd33e4c

Please sign in to comment.