From 3b7f837724db116309157dfe4c462f823fd383a7 Mon Sep 17 00:00:00 2001 From: Takayuki Maeda <41065217+TaKO8Ki@users.noreply.github.com> Date: Thu, 16 Sep 2021 00:29:20 +0900 Subject: [PATCH] pass token to cargo-workspaces (#113) --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ee63858..5f87466 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -145,5 +145,5 @@ jobs: git config --global user.name "Github Action" cargo workspaces publish \ --yes --force '*' --exact \ - --no-git-commit --allow-dirty --skip-published \ + --no-git-commit --allow-dirty --skip-published --token ${{ secrets.CRATES_IO_TOKEN }} \ custom ${{ needs.release.outputs.gobang_version }}