diff --git a/.github/workflows/dependabot-auto-merge.yml b/.github/workflows/dependabot-auto-merge.yml index 2fe98ef92fc11901f87f43f657f3f2d4787bf2d6..c2770a8a3af508c3c23e80762023cac85bb8c8d1 100644 --- a/.github/workflows/dependabot-auto-merge.yml +++ b/.github/workflows/dependabot-auto-merge.yml @@ -11,4 +11,4 @@ jobs: - uses: ahmadnassri/action-dependabot-auto-merge@v2 with: target: patch - github-token: ${{ secrets.mytoken }} \ No newline at end of file + github-token: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file