From 778177741d1c6b1c50408592fa22f690ddb49d8b Mon Sep 17 00:00:00 2001 From: Thomas Leplus Date: Tue, 7 May 2024 21:10:15 -0400 Subject: [PATCH] Allow automerge to trigger actions --- .github/workflows/automerge.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/automerge.yml b/.github/workflows/automerge.yml index 27153c2..68a0aee 100644 --- a/.github/workflows/automerge.yml +++ b/.github/workflows/automerge.yml @@ -13,7 +13,7 @@ jobs: steps: - name: Authenticate CLI with a PAT env: - RELEASE_TOKEN: ${{ secrets.RELEASE_TOKEN }} + RELEASE_TOKEN: ${{ secrets.RELEASE_TOKEN }} if: env.RELEASE_TOKEN != '' run: echo "${RELEASE_TOKEN}" | gh auth login --with-token - name: Enable auto-merge for Dependabot PRs