Skip to content

Commit

Permalink
Actions: Updated versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanmccartney committed Nov 30, 2023
1 parent f57c66a commit b49f9d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/versioning.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: "Backend: Automated Version Bump"
uses: "phips28/gh-action-bump-version@master"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
PACKAGEJSON_DIR: "src"
with:
commit-message: "CI: bumps backend version to {{version}}"
Expand All @@ -37,7 +37,7 @@ jobs:
- name: "Frontend: Automated Version Bump"
uses: "phips28/gh-action-bump-version@master"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
PACKAGEJSON_DIR: "src/client"
with:
bump-policy: "ignore"
Expand Down

0 comments on commit b49f9d2

Please sign in to comment.