Skip to content

Support for debian trixie #55

Support for debian trixie

Support for debian trixie #55

Workflow file for this run

name: Auto Merge
on:
pull_request:
jobs:
automerge:
name: Merge Automatically
runs-on: ubuntu-24.04
permissions:
pull-requests: write
contents: write
steps:
- name: Obtain Access Token
id: acces_token
run: |
TOKEN="$(npx obtain-github-app-installation-access-token ci ${{ secrets.SYSTEMLI_APP_CREDENTIALS_TOKEN }})"
echo "token=$TOKEN" >> $GITHUB_OUTPUT
- name: Merge
uses: fastify/github-action-merge-dependabot@v3
with:
github-token: ${{ steps.acces_token.outputs.token }}