Skip to content

Commit 1ee24a0

Browse files
ci: add splunk update semver (#278)
Use internal update-semver action JIRA: https://splunk.atlassian.net/browse/ADDON-68596
1 parent 9bca2fd commit 1ee24a0

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

.github/workflows/build-test-release.yaml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,14 @@ jobs:
5858
update-semver:
5959
if: startsWith(github.ref, 'refs/tags/v')
6060
needs: publish
61-
permissions:
62-
contents: write
6361
runs-on: ubuntu-latest
6462
steps:
6563
- uses: actions/checkout@v4
66-
- uses: haya14busa/action-update-semver@v1
64+
- uses: splunk/addonfactory-update-semver@v1
65+
env:
66+
GITHUB_TOKEN: ${{ secrets.GH_TOKEN_ADMIN }}
67+
with:
68+
git_committer_name: ${{ secrets.SA_GH_USER_NAME }}
69+
git_committer_email: ${{ secrets.SA_GH_USER_EMAIL }}
70+
gpg_private_key: ${{ secrets.SA_GPG_PRIVATE_KEY }}
71+
passphrase: ${{ secrets.SA_GPG_PASSPHRASE }}

0 commit comments

Comments
 (0)