Skip to content

Commit

Permalink
Remove codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
jodastephen committed Apr 20, 2021
1 parent 8065c58 commit 979bd66
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Website
if: matrix.java == '11' && github.event_name == 'push' && (startsWith(github.ref, 'refs/tags/website') || startsWith(github.ref, 'refs/tags/v'))
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_PERSONAL_TOKEN }}
GITHUB_TOKEN: ${{ secrets.PERSONAL_TOKEN_GH }}
run: |
chmod +x ./.github/website.sh
.github/website.sh
4 changes: 2 additions & 2 deletions .github/workflows/tzdbupdate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
with:
token: ${{ secrets.GITHUB_PERSONAL_TOKEN }}
token: ${{ secrets.PERSONAL_TOKEN_GH }}
- name: Maven cache
uses: actions/cache@v1
with:
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
id: createpr
uses: peter-evans/create-pull-request@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_PERSONAL_TOKEN }}
GITHUB_TOKEN: ${{ secrets.PERSONAL_TOKEN_GH }}
with:
token: ${{ secrets.GITHUB_TOKEN }}
commit-message: 'Update TZDB to ${{ env.LATEST_TZDB }}'
Expand Down

0 comments on commit 979bd66

Please sign in to comment.