From 8176f45e41a7aa73c7bbaa981c660a340218c9e7 Mon Sep 17 00:00:00 2001 From: zhom <2717306+zhom@users.noreply.github.com> Date: Sat, 21 Jun 2025 20:41:42 +0400 Subject: [PATCH] chore: use default github token in dependabot --- .github/dependabot.yml | 1 - .github/workflows/dependabot-automerge.yml | 1 - 2 files changed, 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 64effab..f083c95 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,5 +1,4 @@ version: 2 -github-token: "${{ secrets.GITHUB_TOKEN }}" updates: # Frontend dependencies (root package.json) diff --git a/.github/workflows/dependabot-automerge.yml b/.github/workflows/dependabot-automerge.yml index d7092ff..3b9ce6c 100644 --- a/.github/workflows/dependabot-automerge.yml +++ b/.github/workflows/dependabot-automerge.yml @@ -71,7 +71,6 @@ jobs: uses: dependabot/fetch-metadata@08eff52bf64351f401fb50d4972fa95b9f2c2d1b #v2.4.0 with: compat-lookup: true - github-token: "${{ secrets.SECRET_DEPENDABOT_GITHUB_TOKEN }}" - name: Auto-merge minor and patch updates uses: ridedott/merge-me-action@338053c6f9b9311a6be80208f6f0723981e40627 #v2.10.122