From 18c71458f0ddad30a90066558aca813771466468 Mon Sep 17 00:00:00 2001 From: James Bardin Date: Wed, 5 Jun 2024 11:06:29 -0400 Subject: [PATCH] update backport-assistant --- .github/workflows/main.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b4693ede34..9556199aa6 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -14,13 +14,8 @@ jobs: steps: - name: Run Backport Assistant run: | - curl -L \ - -H "Accept: application/vnd.github+json" \ - -H "Authorization: Bearer ${{ github.token }}" \ - -H "X-GitHub-Api-Version: 2022-11-28" \ - https://api.github.com/installation/repositories backport-assistant backport env: BACKPORT_LABEL_REGEXP: "(?P\\d+\\.\\d+)-backport" BACKPORT_TARGET_TEMPLATE: "v{{.target}}" - GITHUB_TOKEN: ${{ github.token }} + GITHUB_TOKEN: ${{ secrets.ELEVATED_GITHUB_TOKEN }}