Skip to content

Commit

Permalink
ci: use gh token credentials for cloning repo
Browse files Browse the repository at this point in the history
  • Loading branch information
huozhi committed May 23, 2023
1 parent 4a98393 commit 02173f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/trigger-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
uses: actions/checkout@v3
with:
fetch-depth: 10
token: ${{ secrets.RELEASE_BOT_GITHUB_TOKEN }}

- run: npm i -g pnpm@${PNPM_VERSION}

Expand Down

0 comments on commit 02173f7

Please sign in to comment.