From ddc09726f4b5ea05db7b7172d4745e936da962be Mon Sep 17 00:00:00 2001 From: zhom <2717306+zhom@users.noreply.github.com> Date: Sat, 28 Jun 2025 19:12:16 +0400 Subject: [PATCH] build: inherit secrets for automerge --- .github/workflows/dependabot-automerge.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/dependabot-automerge.yml b/.github/workflows/dependabot-automerge.yml index 6ad1681..06aa738 100644 --- a/.github/workflows/dependabot-automerge.yml +++ b/.github/workflows/dependabot-automerge.yml @@ -65,6 +65,7 @@ jobs: if: ${{ github.actor == 'dependabot[bot]' }} needs: [security-scan, lint-js, lint-rust, codeql, spellcheck] runs-on: ubuntu-latest + secrets: inherit steps: - name: Dependabot metadata id: metadata