update authentication for automerge script (#22977)
This commit is contained in:
1
.github/workflows/enterprise-dates.yml
vendored
1
.github/workflows/enterprise-dates.yml
vendored
@@ -71,6 +71,7 @@ jobs:
|
||||
- name: Enable GitHub auto-merge
|
||||
if: ${{ steps.create-pull-request.outputs.pull-request-number }}
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.DOCUBOT_REPO_PAT }}
|
||||
AUTOMERGE_PR_NUMBER: ${{ steps.create-pull-request.outputs.pull-request-number }}
|
||||
run: node .github/actions-scripts/enable-automerge.js
|
||||
|
||||
|
||||
1
.github/workflows/repo-sync.yml
vendored
1
.github/workflows/repo-sync.yml
vendored
@@ -217,6 +217,7 @@ jobs:
|
||||
- name: Enable GitHub auto-merge
|
||||
if: ${{ steps.find-pull-request.outputs.number }}
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.OCTOMERGER_PAT_WITH_REPO_AND_WORKFLOW_SCOPE }}
|
||||
AUTOMERGE_PR_NUMBER: ${{ steps.find-pull-request.outputs.number }}
|
||||
run: node .github/actions-scripts/enable-automerge.js
|
||||
|
||||
|
||||
1
.github/workflows/update-graphql-files.yml
vendored
1
.github/workflows/update-graphql-files.yml
vendored
@@ -64,6 +64,7 @@ jobs:
|
||||
- name: Enable GitHub auto-merge
|
||||
if: ${{ steps.create-pull-request.outputs.pull-request-number }}
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.DOCUBOT_REPO_PAT }}
|
||||
AUTOMERGE_PR_NUMBER: ${{ steps.create-pull-request.outputs.pull-request-number }}
|
||||
run: node .github/actions-scripts/enable-automerge.js
|
||||
|
||||
|
||||
Reference in New Issue
Block a user