mirror of
https://github.com/nix-community/nix-direnv.git
synced 2025-11-08 11:36:11 +01:00
Merge pull request #601 from nix-community/merge-when-green-joerg-turingmachine
auto-merge: add app token for automatic merge queues
This commit is contained in:
commit
1962cfb724
1 changed files with 7 additions and 0 deletions
7
.github/workflows/auto-merge.yaml
vendored
7
.github/workflows/auto-merge.yaml
vendored
|
|
@ -11,4 +11,11 @@ jobs:
|
|||
group: "auto-merge:${{ github.head_ref }}"
|
||||
cancel-in-progress: true
|
||||
steps:
|
||||
- uses: actions/create-github-app-token@v2
|
||||
id: app-token
|
||||
with:
|
||||
app-id: ${{ vars.CI_APP_ID }}
|
||||
private-key: ${{ secrets.CI_APP_PRIVATE_KEY }}
|
||||
- uses: Mic92/auto-merge@main
|
||||
with:
|
||||
repo-token: ${{ steps.app-token.outputs.token }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue