Skip to content

Commit 4180c37

Browse files
chore(deps): bump splunk/semantic-release-action from 1.2 to 1.3 (#359)
* chore(deps): bump splunk/semantic-release-action from 1.2 to 1.3 Bumps [splunk/semantic-release-action](https://github.com/splunk/semantic-release-action) from 1.2 to 1.3. - [Release notes](https://github.com/splunk/semantic-release-action/releases) - [Changelog](https://github.com/splunk/semantic-release-action/blob/main/.releaserc) - [Commits](splunk/semantic-release-action@v1.2...v1.3) --- updated-dependencies: - dependency-name: splunk/semantic-release-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * ci: add GPG secrets --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Artem Rys <rysartem@gmail.com>
1 parent 1559d99 commit 4180c37

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,8 +265,12 @@ jobs:
265265
run: curl -sSL https://install.python-poetry.org | python3 -
266266
- name: Semantic Release
267267
id: semantic
268-
uses: splunk/semantic-release-action@v1.2
268+
uses: splunk/semantic-release-action@v1.3
269269
with:
270+
git_committer_name: ${{ secrets.SA_GH_USER_NAME }}
271+
git_committer_email: ${{ secrets.SA_GH_USER_EMAIL }}
272+
gpg_private_key: ${{ secrets.SA_GPG_PRIVATE_KEY }}
273+
passphrase: ${{ secrets.SA_GPG_PASSPHRASE }}
270274
extra_plugins: |
271275
@google/semantic-release-replace-plugin
272276
env:

0 commit comments

Comments
 (0)