Skip to content

Commit

Permalink
Add missing GitHub token in publish-javadoc.yml (robolectric#261)
Browse files Browse the repository at this point in the history
  • Loading branch information
MGaetan89 authored Jun 30, 2024
1 parent a2a9bdd commit 530788a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish-javadoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@ jobs:
- name: Create Pull Request
if: ${{ steps.robolectric_version.outputs.patchVersion }}
env:
GH_TOKEN: ${{ github.token }}
run: |
cd robolectric.github.io
git config user.name "github-actions[bot]"
Expand Down

0 comments on commit 530788a

Please sign in to comment.