GHA Trigger (#2955)

This commit is contained in:
Yuhong Sun 2024-10-27 15:44:41 -07:00 committed by GitHub
parent ad3df42b52
commit 18dcdd680d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,7 +7,6 @@ on:
permissions:
contents: write
actions: write
workflows: write
jobs:
backport:
@ -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 }}