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 }} 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 = [