Skip to content

Commit

Permalink
Use proper token
Browse files Browse the repository at this point in the history
  • Loading branch information
adamw committed Feb 26, 2024
1 parent 59e1979 commit 3bd2845
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/rebase-cmd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,13 @@ jobs:
- uses: peter-evans/rebase@v3
id: rebase
with:
token: ${{ secrets.REPO_GITHUB_TOKEN }}
head: ${{ github.event.client_payload.pull_request.head.label }}
- name: Add reaction
if: steps.rebase.outputs.rebased-count == 1
uses: peter-evans/create-or-update-comment@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.REPO_GITHUB_TOKEN }}
repository: ${{ github.event.client_payload.github.payload.repository.full_name }}
comment-id: ${{ github.event.client_payload.github.payload.comment.id }}
reaction-type: hooray

0 comments on commit 3bd2845

Please sign in to comment.