mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-10-11 05:36:03 +02:00
fix where GH_TOKEN is set
This commit is contained in:
@@ -45,10 +45,6 @@ jobs:
|
|||||||
git config user.name "Richard Kuo [bot]"
|
git config user.name "Richard Kuo [bot]"
|
||||||
git config user.email "rkuo[bot]@danswer.ai"
|
git config user.email "rkuo[bot]@danswer.ai"
|
||||||
|
|
||||||
- name: Set up GitHub CLI Token
|
|
||||||
env:
|
|
||||||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
||||||
|
|
||||||
- name: Fetch All Branches
|
- name: Fetch All Branches
|
||||||
run: |
|
run: |
|
||||||
git fetch --all --prune
|
git fetch --all --prune
|
||||||
@@ -80,6 +76,7 @@ jobs:
|
|||||||
HOTFIX_COMMIT: ${{ github.event.inputs.hotfix_commit }}
|
HOTFIX_COMMIT: ${{ github.event.inputs.hotfix_commit }}
|
||||||
HOTFIX_SUFFIX: ${{ github.event.inputs.hotfix_suffix }}
|
HOTFIX_SUFFIX: ${{ github.event.inputs.hotfix_suffix }}
|
||||||
AUTO_MERGE: ${{ github.event.inputs.auto_merge }}
|
AUTO_MERGE: ${{ github.event.inputs.auto_merge }}
|
||||||
|
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
run: |
|
run: |
|
||||||
# Get the branches from the previous step
|
# Get the branches from the previous step
|
||||||
BRANCHES="${{ steps.get_release_branches.outputs.branches }}"
|
BRANCHES="${{ steps.get_release_branches.outputs.branches }}"
|
||||||
|
Reference in New Issue
Block a user