Skip to content

Commit

Permalink
Update appinspect_api.yml
Browse files Browse the repository at this point in the history
Testing push file to release
  • Loading branch information
derkkila committed Jun 2, 2022
1 parent 3bd5238 commit fe32caa
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/appinspect_api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,13 @@ jobs:
splunkUser: ${{ secrets.SPLUNKBASE_USER }}
splunkPassword: ${{ secrets.SPLUNKBASE_PASSWORD }}
includedTags: cloud
release:
name: Release
runs-on: ubuntu-latest
steps:
- name: Release
uses: fnkr/github-action-ghr@v1
if: startsWith(github.ref, 'refs/tags/')
env:
GHR_PATH: ./dist/github_app_for_splunk.spl
GITHUB_TOKEN: ${{ secrets.API_TOKEN }}

0 comments on commit fe32caa

Please sign in to comment.