README update based on an issue resolved by an email exchange #6
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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" | |
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 |