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 bda3f23 commit 201df93Copy full SHA for 201df93
1 file changed
.github/workflows/CI.yml
@@ -38,7 +38,6 @@ jobs:
38
- name: Test
39
run: cargo tarpaulin
40
41
-
42
# publish
43
changepacks:
44
name: changepacks
@@ -58,5 +57,6 @@ jobs:
58
57
- uses: changepacks/action@main
59
with:
60
publish: true
+ token: ${{ secrets.GITHUB_TOKEN }}
61
env:
62
- CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
+ CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
0 commit comments