From bbd97cce100cb7299897e86d27a33dcc0ee5c139 Mon Sep 17 00:00:00 2001 From: Ganeshwara Hananda Date: Mon, 17 Jan 2022 13:05:43 +0000 Subject: [PATCH] Update environment variable for the 'create notes' script --- .grabl/automation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.grabl/automation.yml b/.grabl/automation.yml index c04d3d9..91c8652 100644 --- a/.grabl/automation.yml +++ b/.grabl/automation.yml @@ -102,7 +102,7 @@ release: pyenv install -s 3.6.10 pyenv global 3.6.10 system pip3 install certifi - export CREATE_NOTES_TOKEN=$REPO_GITHUB_TOKEN + export NOTES_CREATE_TOKEN=$REPO_GITHUB_TOKEN bazel run @vaticle_dependencies//tool/release/notes:create -- $GRABL_OWNER $GRABL_REPO $GRABL_COMMIT $(cat VERSION) ./RELEASE_TEMPLATE.md export DEPLOY_GITHUB_TOKEN=$REPO_GITHUB_TOKEN bazel run --define version=$(cat VERSION) //:deploy-github -- $GRABL_COMMIT