Skip to content

Commit 2c24578

Browse files
authored
feat: use scaleway bot token on backports (#32)
Signed-off-by: Patrik Cyvoct <patrik@ptrk.io>
1 parent 2e7f39b commit 2c24578

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/backport.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,7 @@ jobs:
1010
runs-on: ubuntu-18.04
1111
name: Backport
1212
steps:
13-
- name: Generate token
14-
id: generate_token
15-
uses: tibdex/github-app-token@v1
16-
with:
17-
app_id: ${{ secrets.APP_ID }}
18-
private_key: ${{ secrets.PRIVATE_KEY }}
1913
- name: Backport
2014
uses: tibdex/backport@v1
2115
with:
22-
github_token: ${{ steps.generate_token.outputs.token }}
16+
github_token: ${{ secrets.SCALEWAY_BOT_TOKEN }}

0 commit comments

Comments
 (0)