Skip to content

Commit

Permalink
ci/backport: Update github_token
Browse files Browse the repository at this point in the history
Signed-off-by: Tyler Smalley <tyler@tailscale.com>
  • Loading branch information
tylersmalley committed Jun 7, 2023
1 parent f33726d commit 1ea42c5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/backport.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
name: backport

on:
workflow_dispatch:
pull_request_target:
branches: ['main']
types: ['labeled', 'closed']
Expand All @@ -18,7 +21,7 @@ jobs:
- name: Backport Action
uses: sqren/backport-github-action@e325a2d70df7264afa24c92b1d5feb2278ff63af
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
github_token: ${{ secrets.BACKPORT_TOKEN }}

- name: Info log
if: ${{ success() }}
Expand Down

0 comments on commit 1ea42c5

Please sign in to comment.