Skip to content

Commit

Permalink
ci: use internal update-semver action (#129)
Browse files Browse the repository at this point in the history
Use internal update-semver action 

JIRA: https://splunk.atlassian.net/browse/ADDON-68596
  • Loading branch information
mbruzda-splunk committed May 28, 2024
1 parent 03bcdf3 commit 8f6d543
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,14 @@ jobs:
update-semver:
if: startsWith(github.ref, 'refs/tags/v')
needs: build_action
permissions:
contents: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: haya14busa/action-update-semver@v1
- 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 8f6d543

Please sign in to comment.