Skip to content

Commit

Permalink
ci(release): checkout using PAT
Browse files Browse the repository at this point in the history
  • Loading branch information
garrappachc committed Dec 23, 2023
1 parent 8f6fc3b commit 1c59fba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
token: ${{ secrets.RELEASE_IT_TOKEN }}

- name: Install release-it
run: npm install --global release-it @release-it/conventional-changelog
Expand Down

0 comments on commit 1c59fba

Please sign in to comment.