Skip to content

Commit

Permalink
use token to push changes in version
Browse files Browse the repository at this point in the history
  • Loading branch information
Wouter committed Oct 20, 2023
1 parent 3cc31a0 commit 6c03b81
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/bump_version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,9 @@ jobs:
sed -i "1 s/.*/version: $PROJECT_VERSION/" template_input.yaml
git add template_input.yaml
git add pyproject.toml
- name: push changes
uses: ad-m/github-push-action@main
with:
github-token: ${{ secrets.VERSION_DECOIMPACT }}
git commit -m "bump up patch version from workflow: version $PROJECT_VERSION"
git push
force_with_lease: true

0 comments on commit 6c03b81

Please sign in to comment.