Skip to content

Commit 95948ae

Browse files
committed
fix(ci): remove unnecessary CLI login step
1 parent c465c5b commit 95948ae

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/automerge.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,6 @@ jobs:
1212
runs-on: ubuntu-latest
1313
if: ${{ github.actor == 'dependabot[bot]' }}
1414
steps:
15-
- name: Authenticate CLI with a PAT
16-
env:
17-
RELEASE_TOKEN: ${{ secrets.RELEASE_TOKEN }}
18-
if: env.RELEASE_TOKEN != ''
19-
shell: bash
20-
run: echo "${RELEASE_TOKEN}" | gh auth login --with-token
2115
- name: Enable auto-merge for Dependabot PRs
2216
shell: bash
2317
run: |

0 commit comments

Comments
 (0)