Skip to content

Commit d904146

Browse files
authored
Fix casing of GITHUB_TOKEN in automerge workflow
1 parent 36da899 commit d904146

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/automerge.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
id: metadata
1717
uses: dependabot/fetch-metadata@v1
1818
with:
19-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
19+
github-token: "${{ secrets.GITHUB_TOKEN }}"
2020

2121
- name: Auto-merge minor and patch updates
2222
if: steps.metadata.outputs.update-type == 'version-update:semver-minor' || steps.metadata.outputs.update-type == 'version-update:semver-patch'

0 commit comments

Comments
 (0)