Skip to content

Commit

Permalink
chore: update rebase secret key (#8632)
Browse files Browse the repository at this point in the history
  • Loading branch information
TomShawn authored Mar 14, 2022
1 parent 39bff66 commit ec1c0ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rebase.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:
- name: Checkout the latest code
uses: actions/checkout@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.REBASE_SECRET_KEY }}
fetch-depth: 0 # otherwise, you will fail to push refs to dest repo
- name: Automatic Rebase
uses: cirrus-actions/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.REBASE_SECRET_KEY }}

0 comments on commit ec1c0ea

Please sign in to comment.