summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatan Kushner <hello@matchai.me>2019-10-04 18:47:29 +0900
committerMatan Kushner <hello@matchai.me>2019-10-04 19:04:46 +0900
commit1d701729cf3ff9a133e9266b95b3158086ec01da (patch)
tree4e940a9b40959bf9c294b8615bac765b8d3745b5
parent1fb0cb12eb449dc6947b73c74b571e00af464c6d (diff)
ci: Add the Crates.io token secret for publishing
-rw-r--r--.github/workflows/workflow.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml
index b9fbce850..e5a6f6ef8 100644
--- a/.github/workflows/workflow.yml
+++ b/.github/workflows/workflow.yml
@@ -149,6 +149,8 @@ jobs:
override: true
- run: cargo install --force cargo-publish-all
- run: cargo-publish-all --token $CRATES_IO_TOKEN --yes
+ env:
+ CRATES_IO_TOKEN: ${{ secrets.CRATES_IO_TOKEN }}
github_release:
if: startsWith(github.ref, 'refs/tags/v')