Skip to content

Commit 85347ed

Browse files
authored
ci: fix gh perms for rust publish (#56)
1 parent 0020ed3 commit 85347ed

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/publish-rust-crate.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,9 @@ jobs:
8686
steps:
8787
- name: Git Checkout
8888
uses: actions/checkout@v4
89+
with:
90+
token: ${{ secrets.ANZA_TEAM_PAT }}
91+
fetch-depth: 0 # get the whole history for git-cliff
8992

9093
- name: Setup Environment
9194
uses: ./.github/actions/setup

0 commit comments

Comments
 (0)