Skip to content

Commit 36da899

Browse files
authored
Merge pull request #408 from devsecopsmaturitymodel/wurstbrot-patch-2
Fix GITHUB_TOKEN syntax in automerge workflow
2 parents 72a3bee + be770f1 commit 36da899

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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)