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:
Jörg Thalheim 2025-08-18 06:38:00 +00:00 committed by GitHub
commit 1962cfb724
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 }}