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