Skip to content

Commit

Permalink
ci: persist-credentials: true in release_oxlint
Browse files Browse the repository at this point in the history
  • Loading branch information
Boshen committed Dec 14, 2024
1 parent 816cba6 commit 0ad4fe9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_oxlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ jobs:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
with:
fetch-depth: 0 # for changelog
persist-credentials: false
persist-credentials: true # for git operations in `cargo release-oxc`

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

0 comments on commit 0ad4fe9

Please sign in to comment.