Skip to content

Commit

Permalink
fix: Attempt to fix PR toolkit (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtrunkat authored Sep 5, 2023
1 parent 319b31b commit 5ed385c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion required_workflows/pull_request_toolkit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ jobs:
- name: run pull-request-toolkit action
uses: apify/pull-request-toolkit-action@main
with:
repo-token: ${{ secrets.PULL_REQUEST_TOOLKIT_ACTION_GITHUB_TOKEN }}
repo-token: ${{ secrets.GITHUB_TOKEN }}
org-token: ${{ secrets.PULL_REQUEST_TOOLKIT_ACTION_GITHUB_TOKEN }}
zenhub-token: ${{ secrets.PULL_REQUEST_TOOLKIT_ACTION_ZENHUB_TOKEN }}

0 comments on commit 5ed385c

Please sign in to comment.