Skip to content

Commit

Permalink
Adding workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
gjanders committed Mar 29, 2024
1 parent 93af159 commit a2538a4
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/action.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# This is a basic workflow to generate build
name: "Generate build, run app inspect and update splunklib"

on: push

jobs:
pre-release:
name: "Run on push - Add Utilities & App Inspect"
runs-on: "ubuntu-latest"
environment: public-github

steps:
- uses: VatsalJagani/splunk-app-action@v4
with:
my_github_token: ${{ secrets.MY_GITHUB_TOKEN }}
splunkbase_username: ${{ secrets.SPLUNKBASE_USERNAME }}
splunkbase_password: ${{ secrets.SPLUNKBASE_PASSWORD }}
to_make_permission_changes: true

0 comments on commit a2538a4

Please sign in to comment.