We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 185ea6e commit 7ebfbabCopy full SHA for 7ebfbab
.github/workflows/release.yml
@@ -18,6 +18,8 @@ jobs:
18
steps:
19
- name: Checkout repository
20
uses: actions/checkout@v4
21
+ with:
22
+ token: ${{ secrets.PAT }}
23
24
- name: Install Rust
25
uses: actions-rs/toolchain@v1
0 commit comments