Unverified 提交 a18b0c36 authored 作者: Glenn Jocher's avatar Glenn Jocher 提交者: GitHub

Update rebase.yml with workflows permissions (#5255)

Update token with workflows permissions
上级 fd3e2ad8
......@@ -13,9 +13,9 @@ jobs:
- name: Checkout the latest code
uses: actions/checkout@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.ACTIONS_TOKEN }}
fetch-depth: 0 # otherwise, you will fail to push refs to dest repo
- name: Automatic Rebase
uses: cirrus-actions/rebase@1.5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.ACTIONS_TOKEN }}
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论