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 faf01b3 commit 3326c43Copy full SHA for 3326c43
.github/workflows/release-trigger.yaml
@@ -17,6 +17,8 @@ jobs:
17
with:
18
python-version: "3.8"
19
- name: Push tag for each updated package
20
+ env:
21
+ GH_TOKEN: ${{ secrets.RENOVATE_TOKEN }}
22
run: |
23
git config --global user.name "SDK Releaser Bot"
24
git config --global user.email "noreply@stackit.de"
services/dns/pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "stackit-dns"
3
-version = "v0.0.1a3"
+version = "v0.0.1a4"
4
authors = ["STACKIT Developer Tools <developer-tools@stackit.cloud>"]
5
description = "STACKIT DNS API"
6
readme = "README.md"
0 commit comments