Skip to content

Commit

Permalink
ci: add internal update-semver (#20)
Browse files Browse the repository at this point in the history
Adds internal update semver action

JIRA: https://splunk.atlassian.net/browse/ADDON-68596
  • Loading branch information
mbruzda-splunk authored May 28, 2024
1 parent 86013a6 commit 58a39cb
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/build-test-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,5 +95,12 @@ jobs:
needs: build_action
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: haya14busa/action-update-semver@v1
- uses: actions/checkout@v4
- uses: splunk/addonfactory-update-semver@v1
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN_ADMIN }}
with:
git_committer_name: ${{ secrets.SA_GH_USER_NAME }}
git_committer_email: ${{ secrets.SA_GH_USER_EMAIL }}
gpg_private_key: ${{ secrets.SA_GPG_PRIVATE_KEY }}
passphrase: ${{ secrets.SA_GPG_PASSPHRASE }}

0 comments on commit 58a39cb

Please sign in to comment.