mirror of
https://github.com/nix-community/nix-direnv.git
synced 2025-11-08 19:46:11 +01:00
auto-merge: add app token for automatic merge queues
This commit is contained in:
parent
5983e1de42
commit
e02da57293
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 }}"
|
group: "auto-merge:${{ github.head_ref }}"
|
||||||
cancel-in-progress: true
|
cancel-in-progress: true
|
||||||
steps:
|
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
|
- uses: Mic92/auto-merge@main
|
||||||
|
with:
|
||||||
|
repo-token: ${{ steps.app-token.outputs.token }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue