Skip to content

Commit

Permalink
Edit bot bump
Browse files Browse the repository at this point in the history
  • Loading branch information
laisspportugal committed Aug 12, 2024
1 parent 8a94f50 commit fd94f47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bump-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ jobs:
git add package.json yarn.lock packages/suite/package.json
git commit -m "chore: bump versions in root and suite package.json"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.LICHTBLICK_GITHUB_TOKEN }}

- name: Push changes
run: |
git push origin main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.LICHTBLICK_GITHUB_TOKEN }}

0 comments on commit fd94f47

Please sign in to comment.