Skip to content

Commit

Permalink
chore(workflows): use PAT for backport action
Browse files Browse the repository at this point in the history
  • Loading branch information
tasso94 authored Dec 19, 2023
1 parent 041e09f commit 25b74f7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/backport.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
- name: Create backport pull requests
uses: tasso94/backport-action@main
with:
github_token: ${{ steps.generate-github-token.outputs.token }}
#github_token: ${{ steps.generate-github-token.outputs.token }}
github_token: ${{ secrets.MY_TOKEN }}
target_owner: ${{ github.repository_owner }}
target_repo: ${{ github.event.repository.name }}-maintenance

0 comments on commit 25b74f7

Please sign in to comment.