Skip to content

Commit

Permalink
Merge pull request #12 from pmuller/fix/auto-tag-permissions
Browse files Browse the repository at this point in the history
fix(ci): release workflow permissions
  • Loading branch information
pmuller authored Apr 30, 2024
2 parents 6e1eb44 + 4c7d37b commit d4dedb3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
branches:
- main

permissions:
contents: write

jobs:

pypi-publish:
Expand Down Expand Up @@ -37,3 +40,5 @@ jobs:
git tag $VERSION -a -m "Automatically created"
git push origin $VERSION
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 = [
Expand Down

0 comments on commit d4dedb3

Please sign in to comment.