Skip to content

Commit

Permalink
fix: solve issue that github token is not applied to github command l…
Browse files Browse the repository at this point in the history
…ine tool
  • Loading branch information
0xWOF committed Jun 19, 2024
1 parent c794105 commit 7e02899
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/gitflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -349,6 +349,8 @@ jobs:
--merge \
&& git push origin --delete ${{ env.SOURCE_BRANCH }} \
|| :
env:
GH_TOKEN: ${{ env.GITHUB_TOKEN }}

- name: Finish norelease branch
id: finish-norelease-branch
Expand All @@ -375,3 +377,5 @@ jobs:
--merge \
&& git push origin --delete ${{ env.SOURCE_BRANCH }} \
|| :
env:
GH_TOKEN: ${{ env.GITHUB_TOKEN }}
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.1.1

- fix: solve issue that github token is not applied to github command line tool

## 2.1.0

- feature: add customizable feature.
Expand Down

0 comments on commit 7e02899

Please sign in to comment.