From 2f13ad4b4606e8d08a571fc67428aba5500283c0 Mon Sep 17 00:00:00 2001 From: StyleShit <32631382+StyleShit@users.noreply.github.com> Date: Sun, 3 May 2026 09:00:07 +0300 Subject: [PATCH] ci(dependabot-changeset): use a deploy key instead of GITHUB_TOKEN [AR-59671] --- .github/workflows/dependabot-changeset.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/dependabot-changeset.yml b/.github/workflows/dependabot-changeset.yml index 9572d2ecc..cc11dad0e 100644 --- a/.github/workflows/dependabot-changeset.yml +++ b/.github/workflows/dependabot-changeset.yml @@ -23,15 +23,13 @@ jobs: runs-on: ubuntu-latest - permissions: - contents: write - steps: - name: Checkout source code uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: fetch-depth: 0 ref: ${{ github.head_ref }} + ssh-key: ${{ secrets.DEPLOY_KEY }} - name: Install Dependencies uses: ./.github/actions/install