Skip to content

Commit

Permalink
Use PAT in update action so that actions run in generated PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleMayes committed Dec 30, 2024
1 parent 312e570 commit 8c3cd2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
run: |
./gradlew run --args="\
--directory=.. \
--token=${{ secrets.GITHUB_TOKEN }} \
--token=${{ secrets.PERSONAL_ACCESS_TOKEN }} \
update \
--repo=${{ github.repository }}"
# Debug
Expand Down

0 comments on commit 8c3cd2a

Please sign in to comment.