Explorar el Código

Add GH_TOKEN to set-milestone

Issue gh-14721
Marcus Hert Da Coregio hace 1 año
padre
commit
37984c2e11
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      .github/workflows/merge-dependabot-pr.yml

+ 2 - 0
.github/workflows/merge-dependabot-pr.yml

@@ -42,6 +42,8 @@ jobs:
             gh pr edit ${{ github.event.pull_request.number }} --milestone $MILESTONE
             echo mergeEnabled=true >> $GITHUB_OUTPUT
           fi
+        env:
+          GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
 
       - name: Merge Dependabot pull request
         if: steps.set-milestone.outputs.mergeEnabled