Skip to content

Commit

Permalink
Add repo token back (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
turikhay authored Feb 3, 2024
1 parent 1236e76 commit 22a57b5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/update-gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,8 @@ jobs:

steps:
- uses: actions/checkout@v4

- name: Update Gradle Wrapper
uses: gradle-update/update-gradle-wrapper-action@v1
- name: Run CI
uses: rhosys/github-action-rebuild-pull-requests@c22b8bb907c374e9f8357553eadfda063931acdf
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
repo-token: ${{ secrets.GRADLE_UPDATE_TOKEN }}

0 comments on commit 22a57b5

Please sign in to comment.