Skip to content

Commit 2bf6531

Browse files
committed
build: remove secret inheretance for dependabot
1 parent da0af07 commit 2bf6531

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/dependabot-automerge.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,13 +69,11 @@ jobs:
6969
- name: Dependabot metadata
7070
id: metadata
7171
uses: dependabot/fetch-metadata@08eff52bf64351f401fb50d4972fa95b9f2c2d1b #v2.4.0
72-
secrets: inherit
7372
with:
7473
compat-lookup: true
7574
github-token: "${{ secrets.GITHUB_TOKEN }}"
7675
- name: Auto-merge minor and patch updates
7776
uses: ridedott/merge-me-action@d288b479e76cb993344ca8b5e0fcaa7d6e667eed #v2.10.123
78-
secrets: inherit
7977
with:
8078
GITHUB_TOKEN: ${{ secrets.SECRET_DEPENDABOT_GITHUB_TOKEN }}
8179
MERGE_METHOD: SQUASH

0 commit comments

Comments
 (0)