Skip to content

Commit

Permalink
Merge pull request #572 from freifunkMUC/T0biii-patch-1
Browse files Browse the repository at this point in the history
[CI] allow backports of workflows
  • Loading branch information
T0biii authored Jan 28, 2025
2 parents af379cf + 440502c commit 22df94e
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/backport.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,19 @@ jobs:
# Don't run on closed unmerged pull requests
if: github.event.pull_request.merged
steps:
- name: Clone Firmware
uses: actions/checkout@v4 # v4

- name: Get Github App Token
uses: actions/create-github-app-token@v1 # v1
id: app-token
with:
app-id: ${{ vars.APP_ID }}
private-key: ${{ secrets.PRIVATE_KEY }}


- name: Clone Firmware
uses: actions/checkout@v4 # v4
with:
# Token for git actions, e.g. git push
token: ${{ steps.app-token.outputs.token }}

- name: Create backport pull requests
uses: korthout/backport-action@be567af183754f6a5d831ae90f648954763f17f5 # v3.1.0
with:
Expand Down

0 comments on commit 22df94e

Please sign in to comment.