Sfoglia il codice sorgente

Use token with write authority for auto merge forward

Issue gh-14535
Marcus Hert Da Coregio 1 anno fa
parent
commit
ee3d253176
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2 0
      .github/workflows/dependabot-auto-merge-forward.yml

+ 2 - 0
.github/workflows/dependabot-auto-merge-forward.yml

@@ -27,6 +27,8 @@ jobs:
       - name: Checkout
         id: checkout
         uses: actions/checkout@v4
+        with:
+          token: ${{ secrets.GH_ACTIONS_REPO_TOKEN }}
       - name: Setup GitHub User
         id: setup-gh-user
         run: |