We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51de192 commit a013187Copy full SHA for a013187
1 file changed
.github/workflows/auto-merge.yml
@@ -2,10 +2,9 @@ name: Enable Dependabot Auto-Merge
2
3
on: pull_request
4
5
-permissions:
6
- contents: write
7
- pull-requests: write
8
-
9
jobs:
10
dependabot:
11
- uses: Staffbase/gha-workflows/.github/workflows/template_automerge_dependabot.yml@v3.0.0
+ uses: Staffbase/gha-workflows/.github/workflows/template_automerge_dependabot.yml@v3.2.0
+ secrets:
+ app_id: ${{ vars.STAFFBASE_ACTIONS_APP_ID }}
+ private_key: ${{ secrets.STAFFBASE_ACTIONS_PRIVATE_KEY }}
0 commit comments