From ac726be608515201cd7a1634cd7eb1f0437a5d6c Mon Sep 17 00:00:00 2001 From: Dmitry Shemetov Date: Wed, 12 Jul 2023 12:29:14 -0700 Subject: [PATCH] bug(ci): change name to GH_TOKEN for dependabot --- .github/workflows/dependabot-assignments.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dependabot-assignments.yml b/.github/workflows/dependabot-assignments.yml index f13d6876d..cb2039fb1 100644 --- a/.github/workflows/dependabot-assignments.yml +++ b/.github/workflows/dependabot-assignments.yml @@ -7,7 +7,7 @@ jobs: dependabot: runs-on: ubuntu-latest env: - GITHUB_PAT: ${{ secrets.CMU_DELPHI_AUTOMATION_MACHINE_DEPENDABOT_PAT }} + GH_TOKEN: ${{ secrets.CMU_DELPHI_AUTOMATION_MACHINE_DEPENDABOT_PAT }} if: ${{ github.actor == 'dependabot[bot]' }} steps: - name: Assign team to PR