Skip to content

Commit 3ec9256

Browse files
ci: use internal update-semver action
1 parent 03bcdf3 commit 3ec9256

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

.github/workflows/main.yml

+8-3
Original file line numberDiff line numberDiff line change
@@ -102,9 +102,14 @@ jobs:
102102
update-semver:
103103
if: startsWith(github.ref, 'refs/tags/v')
104104
needs: build_action
105-
permissions:
106-
contents: write
107105
runs-on: ubuntu-latest
108106
steps:
109107
- uses: actions/checkout@v4
110-
- uses: haya14busa/action-update-semver@v1
108+
- uses: splunk/addonfactory-update-semver@v1
109+
env:
110+
GITHUB_TOKEN: ${{ secrets.GH_TOKEN_ADMIN }}
111+
with:
112+
git_committer_name: ${{ secrets.SA_GH_USER_NAME }}
113+
git_committer_email: ${{ secrets.SA_GH_USER_EMAIL }}
114+
gpg_private_key: ${{ secrets.SA_GPG_PRIVATE_KEY }}
115+
passphrase: ${{ secrets.SA_GPG_PASSPHRASE }}

0 commit comments

Comments
 (0)