Skip to content

Commit

Permalink
solve error in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Wouter committed Oct 20, 2023
1 parent 50e057b commit 62b0896
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/bump_version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
token: ${{ secrets.VERSION_DECOIMPACT }}
- uses: actions/setup-python@v4
with:
python-version: 3.11
Expand All @@ -20,9 +22,6 @@ jobs:
with:
poetry-version: 1.4.2
- name: bump up patch version and update version in template_input.yaml
uses: actions/checkout@v4
with:
token: ${{ secrets.VERSION_DECOIMPACT }}
run: |
git config user.name github-actions
git config user.email github-actions@github.com
Expand Down

0 comments on commit 62b0896

Please sign in to comment.