mirror of
https://github.com/zhom/donutbrowser.git
synced 2026-07-31 00:17:28 +02:00
build: inherit secrets in steps
This commit is contained in:
@@ -65,16 +65,17 @@ jobs:
|
|||||||
if: ${{ github.actor == 'dependabot[bot]' }}
|
if: ${{ github.actor == 'dependabot[bot]' }}
|
||||||
needs: [security-scan, lint-js, lint-rust, codeql, spellcheck]
|
needs: [security-scan, lint-js, lint-rust, codeql, spellcheck]
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
secrets: inherit
|
|
||||||
steps:
|
steps:
|
||||||
- name: Dependabot metadata
|
- name: Dependabot metadata
|
||||||
id: metadata
|
id: metadata
|
||||||
uses: dependabot/fetch-metadata@08eff52bf64351f401fb50d4972fa95b9f2c2d1b #v2.4.0
|
uses: dependabot/fetch-metadata@08eff52bf64351f401fb50d4972fa95b9f2c2d1b #v2.4.0
|
||||||
|
secrets: inherit
|
||||||
with:
|
with:
|
||||||
compat-lookup: true
|
compat-lookup: true
|
||||||
github-token: "${{ secrets.GITHUB_TOKEN }}"
|
github-token: "${{ secrets.GITHUB_TOKEN }}"
|
||||||
- name: Auto-merge minor and patch updates
|
- name: Auto-merge minor and patch updates
|
||||||
uses: ridedott/merge-me-action@338053c6f9b9311a6be80208f6f0723981e40627 #v2.10.122
|
uses: ridedott/merge-me-action@338053c6f9b9311a6be80208f6f0723981e40627 #v2.10.122
|
||||||
|
secrets: inherit
|
||||||
with:
|
with:
|
||||||
GITHUB_TOKEN: ${{ secrets.SECRET_DEPENDABOT_GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.SECRET_DEPENDABOT_GITHUB_TOKEN }}
|
||||||
MERGE_METHOD: SQUASH
|
MERGE_METHOD: SQUASH
|
||||||
|
|||||||
Reference in New Issue
Block a user