Skip to content

Commit

Permalink
🎨 using github app secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
flaxel authored Nov 7, 2023
1 parent 51de192 commit a013187
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/auto-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@ name: Enable Dependabot Auto-Merge

on: pull_request

permissions:
contents: write
pull-requests: write

jobs:
dependabot:
uses: Staffbase/gha-workflows/.github/workflows/[email protected]
uses: Staffbase/gha-workflows/.github/workflows/[email protected]
secrets:
app_id: ${{ vars.STAFFBASE_ACTIONS_APP_ID }}
private_key: ${{ secrets.STAFFBASE_ACTIONS_PRIVATE_KEY }}

0 comments on commit a013187

Please sign in to comment.