We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d16f61 commit 862b1a0Copy full SHA for 862b1a0
1 file changed
.github/workflows/automerge.yml
@@ -11,6 +11,11 @@ jobs:
11
runs-on: ubuntu-latest
12
if: ${{ github.actor == 'dependabot[bot]' }}
13
steps:
14
+ - name: Authenticate CLI with a PAT
15
+ env:
16
+ RELEASE_TOKEN: ${{ secrets.RELEASE_TOKEN }}
17
+ if: env.RELEASE_TOKEN != ''
18
+ run: echo "${RELEASE_TOKEN}" | gh auth login --with-token
19
- name: Enable auto-merge for Dependabot PRs
20
run: gh pr merge --auto --squash "$PR_URL"
21
env:
0 commit comments