Skip to content
This repository was archived by the owner on Sep 17, 2023. It is now read-only.

Commit d1e29d5

Browse files
committed
fix(ci): add cargo token
1 parent 0bd3440 commit d1e29d5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,7 @@ jobs:
219219
- name: Invoke semantic-release
220220
env:
221221
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
222+
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
222223
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
223224
run: |
224225
npm ci --ignore-scripts

0 commit comments

Comments
 (0)