From a65206c42e5938de180fa50842e781e60f81e8f8 Mon Sep 17 00:00:00 2001 From: ferhat elmas Date: Wed, 8 Jun 2022 16:56:53 +0200 Subject: [PATCH] fix(release): docs publishing --- .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 1063d11..2f16279 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -65,4 +65,4 @@ jobs: git config --global user.email 'cicd@getstream.io' git add ./docs git commit -m "docs(${{ env.VERSION }}): update markdown docs" - git push + git push https://${{ secrets.RELEASE_TOKEN }}@github.com/GetStream/stream-cli.git