Skip to content

Commit

Permalink
ci: add internal update-semver
Browse files Browse the repository at this point in the history
  • Loading branch information
mbruzda-splunk authored May 27, 2024
1 parent 86013a6 commit e439b7f
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions .github/workflows/build-test-release.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
on:
ccon:
push:
branches:
- "main"
Expand Down 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 e439b7f

Please sign in to comment.