We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bca2fd commit 1ee24a0Copy full SHA for 1ee24a0
.github/workflows/build-test-release.yaml
@@ -58,9 +58,14 @@ jobs:
58
update-semver:
59
if: startsWith(github.ref, 'refs/tags/v')
60
needs: publish
61
- permissions:
62
- contents: write
63
runs-on: ubuntu-latest
64
steps:
65
- uses: actions/checkout@v4
66
- - uses: haya14busa/action-update-semver@v1
+ - uses: splunk/addonfactory-update-semver@v1
+ env:
+ 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