Skip to content

Commit

Permalink
fixed token work to publish
Browse files Browse the repository at this point in the history
  • Loading branch information
davidparry committed Sep 7, 2024
1 parent 0d8bf8c commit b86fddc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,11 @@ jobs:

- name: Clone Wiki Repository
run: |
git clone https://github.com/${{ github.repository }}.wiki.git
git clone https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}.wiki.git
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}


- name: Copy JaCoCo Report to Wiki
run: |
mkdir -p ${{ github.repository }}.wiki/JacocoCoverage
Expand Down

0 comments on commit b86fddc

Please sign in to comment.