Skip to content

Commit

Permalink
fix where GH_TOKEN is set
Browse files Browse the repository at this point in the history
  • Loading branch information
rkuo-danswer committed Oct 9, 2024
1 parent 174dabf commit d403840
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/hotfix-release-branches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,6 @@ jobs:
git config user.name "Richard Kuo [bot]"
git config user.email "rkuo[bot]@danswer.ai"
- name: Set up GitHub CLI Token
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Fetch All Branches
run: |
git fetch --all --prune
Expand Down Expand Up @@ -80,6 +76,7 @@ jobs:
HOTFIX_COMMIT: ${{ github.event.inputs.hotfix_commit }}
HOTFIX_SUFFIX: ${{ github.event.inputs.hotfix_suffix }}
AUTO_MERGE: ${{ github.event.inputs.auto_merge }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
# Get the branches from the previous step
BRANCHES="${{ steps.get_release_branches.outputs.branches }}"
Expand Down

0 comments on commit d403840

Please sign in to comment.