We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c465c5b commit 95948aeCopy full SHA for 95948ae
.github/workflows/automerge.yml
@@ -12,12 +12,6 @@ jobs:
12
runs-on: ubuntu-latest
13
if: ${{ github.actor == 'dependabot[bot]' }}
14
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
21
- name: Enable auto-merge for Dependabot PRs
22
shell: bash
23
run: |
0 commit comments