We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0020ed3 commit 85347edCopy full SHA for 85347ed
1 file changed
.github/workflows/publish-rust-crate.yml
@@ -86,6 +86,9 @@ jobs:
86
steps:
87
- name: Git Checkout
88
uses: actions/checkout@v4
89
+ with:
90
+ token: ${{ secrets.ANZA_TEAM_PAT }}
91
+ fetch-depth: 0 # get the whole history for git-cliff
92
93
- name: Setup Environment
94
uses: ./.github/actions/setup
0 commit comments