Skip to content

Commit

Permalink
Merge pull request #64 from softwaremill/reverse-repo-token
Browse files Browse the repository at this point in the history
reverse repo-token
  • Loading branch information
micsza authored Nov 30, 2023
2 parents f917166 + 96942cc commit 62cf1d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reabase-dispactch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- name: Slash Command Dispatch
uses: peter-evans/slash-command-dispatch@v3
with:
token: ${{ secrets.REPO_GITHUB_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}
commands: rebase
permission: write
issue-type: pull-request

0 comments on commit 62cf1d3

Please sign in to comment.