Skip to content

Commit

Permalink
ci: changeset workflow as PAT
Browse files Browse the repository at this point in the history
  • Loading branch information
gbicou committed Jan 20, 2025
1 parent 3575f20 commit 2283578
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/changesets-renovate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ jobs:
- uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}
fetch-depth: 0
token: '${{ secrets.PAT }}'
fetch-depth: 2

- name: Git Identity
run: |
Expand Down

0 comments on commit 2283578

Please sign in to comment.