فهرست منبع

Use token with write authority for auto merge forward

Issue gh-14535
Marcus Hert Da Coregio 1 سال پیش
والد
کامیت
ee3d253176
1فایلهای تغییر یافته به همراه2 افزوده شده و 0 حذف شده
  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: |