Skip to content

Commit

Permalink
ci: fix java-11.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dearrudam authored Apr 21, 2023
1 parent 29d3aa1 commit 58a0745
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/java-11.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ on:
types: [ labeled, opened, synchronize, reopened ]

env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.BADGED_TOKEN }}

jobs:
build:
Expand Down Expand Up @@ -79,8 +79,8 @@ jobs:
git config --global user.name 'github-actions'
git config --global user.email '41898282+github-actions[bot]@users.noreply.github.com'
git add *.svg *.json
git commit -m "Autogenerated JaCoCo coverage badges" *.svg *.json
git push --force
git commit -sm "Autogenerated JaCoCo coverage badges" *.svg *.json
git push
fi
- name: Comment on PR with coverage percentages
Expand Down

0 comments on commit 58a0745

Please sign in to comment.