This commit is contained in:
Jean Daricade 2024-03-22 21:58:49 +01:00
parent 44e30b8e3a
commit 760ba9e130

View file

@ -4,9 +4,6 @@ on:
- closed
- labeled
env:
CODEBERG_TOKEN: ${{ secrets.TOKEN }}
jobs:
backporting:
name: "Backporting"
@ -29,5 +26,6 @@ jobs:
with:
target-branch: v1
git-client: codeberg
no-squash: true
auth: ${{ secrets.TOKEN }}
pull-request: ${{ github.event.pull_request.url }}