mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-04-09 12:30:49 +02:00
GHA Trigger (#2955)
This commit is contained in:
parent
ad3df42b52
commit
18dcdd680d
@ -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 }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user