Skip to content

Commit 3326c43

Browse files
authored
change trigger committer (#140)
1 parent faf01b3 commit 3326c43

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/release-trigger.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ jobs:
1717
with:
1818
python-version: "3.8"
1919
- name: Push tag for each updated package
20+
env:
21+
GH_TOKEN: ${{ secrets.RENOVATE_TOKEN }}
2022
run: |
2123
git config --global user.name "SDK Releaser Bot"
2224
git config --global user.email "[email protected]"

services/dns/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "stackit-dns"
3-
version = "v0.0.1a3"
3+
version = "v0.0.1a4"
44
authors = ["STACKIT Developer Tools <[email protected]>"]
55
description = "STACKIT DNS API"
66
readme = "README.md"

0 commit comments

Comments
 (0)