Merge pull request #217 from IT4Change/fix-auto-merge

fix(workflow): set required github-token for automerge workflow
This commit is contained in:
mahula 2025-02-03 09:34:10 +01:00 committed by GitHub
commit 168e82ce33
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,4 +12,4 @@ jobs:
- uses: ahmadnassri/action-dependabot-auto-merge@4b9c6f0185a1c94f18bc293dc050c8c073b4fcc8 #v2.6.6
with:
target: minor
github-token: ${{ secrets.DEPENDABOT_AUTOMERGE_TOKEN }}
github-token: ${{ secrets.GITHUB_TOKEN }}