Skip to content

Commit

Permalink
fix: set token (#246)
Browse files Browse the repository at this point in the history
Signed-off-by: hlts2 <[email protected]>
  • Loading branch information
hlts2 authored Apr 9, 2024
1 parent 9868b56 commit c2bcd7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
with:
fetch-depth: 0
ref: ${{ inputs.client_checkout_target_name }}
token: ${{ env.GITHUB_TOKEN }}
- name: Set Git config
run: |
git config --global --add safe.directory ${GITHUB_WORKSPACE}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/_prepare-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ jobs:
with:
fetch-depth: 0
ref: main # NOTE
token: ${{ env.GITHUB_TOKEN }}
- name: Set Git config
run: |
git config --global --add safe.directory ${GITHUB_WORKSPACE}
Expand Down

0 comments on commit c2bcd7f

Please sign in to comment.