Skip to content

Commit

Permalink
Update backport.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kotwanikunal authored Apr 10, 2024
1 parent ad88553 commit 309e868
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/backport.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,10 @@ jobs:
contents: write
pull-requests: write
steps:
- name: GitHub App token
id: github_app_token
uses: tibdex/[email protected]
with:
app_id: ${{ secrets.APP_ID }}
private_key: ${{ secrets.APP_PRIVATE_KEY }}

- name: Backport
uses: VachaShah/[email protected]
with:
github_token: ${{ steps.github_app_token.outputs.token }}
github_token: ${{ secrets.TEST_KEY }}
head_template: backport/backport-<%= number %>-to-<%= base %>
failure_labels: backport-failed
files_to_skip: 'CHANGELOG.md'

0 comments on commit 309e868

Please sign in to comment.