Skip to content

Commit

Permalink
GHA Trigger (#2955)
Browse files Browse the repository at this point in the history
  • Loading branch information
yuhongsun96 authored Oct 27, 2024
1 parent ad3df42 commit 18dcdd6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pr-backport-autotrigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ on:
permissions:
contents: write
actions: write
workflows: write

jobs:
backport:
Expand Down Expand Up @@ -97,3 +96,5 @@ jobs:
# Push the changes and tag to the stable branch using PAT
git push origin ${{ steps.list-branches.outputs.stable }} --force
git push origin ${{ steps.list-branches.outputs.new_stable_tag }}
env:
GITHUB_TOKEN: ${{ secrets.YUHONG_GH_ACTIONS }}

0 comments on commit 18dcdd6

Please sign in to comment.