From 16b0a7a6bedf03d2b63027d08d31a7a6bc6fce99 Mon Sep 17 00:00:00 2001 From: Philippe Muller Date: Tue, 30 Apr 2024 18:01:12 +0800 Subject: [PATCH 1/2] fix(ci): release workflow permissions --- .github/workflows/release.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index f7d5e29..48288e4 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -5,6 +5,9 @@ on: branches: - main +permissions: + contents: write + jobs: pypi-publish: @@ -37,3 +40,5 @@ jobs: git tag $VERSION -a -m "Automatically created" git push origin $VERSION + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} From 4c7d37bdc23c0bda748f7baaa2a8c416b6805cb6 Mon Sep 17 00:00:00 2001 From: Philippe Muller Date: Tue, 30 Apr 2024 18:02:15 +0800 Subject: [PATCH 2/2] chore: bump version to 0.2.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9b9cc87..3477a5d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "saltstack-age" -version = "0.2.0" +version = "0.2.1" description = "age renderer for Saltstack" authors = [{ name = "Philippe Muller" }] dependencies = [