We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03bcdf3 commit 3ec9256Copy full SHA for 3ec9256
.github/workflows/main.yml
@@ -102,9 +102,14 @@ jobs:
102
update-semver:
103
if: startsWith(github.ref, 'refs/tags/v')
104
needs: build_action
105
- permissions:
106
- contents: write
107
runs-on: ubuntu-latest
108
steps:
109
- uses: actions/checkout@v4
110
- - uses: haya14busa/action-update-semver@v1
+ - uses: splunk/addonfactory-update-semver@v1
+ env:
+ 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