Skip to content

Commit

Permalink
ci: fix release crates
Browse files Browse the repository at this point in the history
  • Loading branch information
Boshen committed Dec 13, 2024
1 parent 4920c6a commit c039a5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release_crates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
with:
token: ${{ secrets.PAT }} # required for git tag push
persist-credentials: false
token: ${{ secrets.OXC_BOT_PAT }} # required for git tag push
persist-credentials: true

- uses: oxc-project/setup-rust@cd82e1efec7fef815e2c23d296756f31c7cdc03d # v1.0.0
with:
Expand Down

0 comments on commit c039a5a

Please sign in to comment.