Skip to content

Commit

Permalink
fix(ci): Fixing the permission issue for the Backport workflow (magma…
Browse files Browse the repository at this point in the history
…#15435)

Signed-off-by: shashidhar-patil <[email protected]>
  • Loading branch information
shashidhar-patil authored Jun 4, 2024
1 parent 7b15518 commit e8d204d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/backport-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Backport Action
uses: sqren/backport-github-action@f54e19901f2a57f8b82360f2490d47ee82ec82c6 # [email protected]
with:
github_token: ${{ secrets.GIT_TOKEN }}
github_token: ${{ secrets.GITHUB_TOKEN }}
auto_backport_label_prefix: apply-

- name: Info log
Expand Down

0 comments on commit e8d204d

Please sign in to comment.