Revert ".github/workflows/repo-list.yml: use default token"
This reverts commit 232ed5247a
.
This commit is contained in:
parent
eff1e71190
commit
b04e1bf523
1 changed files with 5 additions and 5 deletions
10
.github/workflows/repo-list.yml
vendored
10
.github/workflows/repo-list.yml
vendored
|
@ -30,8 +30,8 @@ jobs:
|
||||||
commit-message: ${{ steps.setup.outputs.title }}
|
commit-message: ${{ steps.setup.outputs.title }}
|
||||||
title: ${{ steps.setup.outputs.title }}
|
title: ${{ steps.setup.outputs.title }}
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
- name: Enable Automerge
|
#- name: Enable Automerge
|
||||||
if: steps.update.outputs.pull-request-operation == 'created'
|
# if: steps.update.outputs.pull-request-operation == 'created'
|
||||||
run: gh pr merge --rebase --auto "${{ steps.update.outputs.pull-request-number }}"
|
# run: gh pr merge --rebase --auto "${{ steps.update.outputs.pull-request-number }}"
|
||||||
env:
|
# env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
# GH_TOKEN: ${{ secrets.GH_TOKEN_FOR_UPDATES }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue