diff --git a/.github/workflows/dependabot-automerge.yml b/.github/workflows/dependabot-automerge.yml index c88a3a8..eecb801 100644 --- a/.github/workflows/dependabot-automerge.yml +++ b/.github/workflows/dependabot-automerge.yml @@ -17,6 +17,6 @@ jobs: uses: ahmadnassri/action-dependabot-auto-merge@v2 with: # This must be a personal access token with push access - github-token: "${{ secrets.GITHUB_TOKEN }}" + github-token: ${{ secrets.GITHUB_TOKEN }} # By default, squash and merge, so Github chooses nice commit messages command: squash and merge