Skip to content
This repository was archived by the owner on Jun 26, 2022. It is now read-only.

Commit bbd97cc

Browse files
committed
Update environment variable for the 'create notes' script
1 parent bdd0ae3 commit bbd97cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.grabl/automation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ release:
102102
pyenv install -s 3.6.10
103103
pyenv global 3.6.10 system
104104
pip3 install certifi
105-
export CREATE_NOTES_TOKEN=$REPO_GITHUB_TOKEN
105+
export NOTES_CREATE_TOKEN=$REPO_GITHUB_TOKEN
106106
bazel run @vaticle_dependencies//tool/release/notes:create -- $GRABL_OWNER $GRABL_REPO $GRABL_COMMIT $(cat VERSION) ./RELEASE_TEMPLATE.md
107107
export DEPLOY_GITHUB_TOKEN=$REPO_GITHUB_TOKEN
108108
bazel run --define version=$(cat VERSION) //:deploy-github -- $GRABL_COMMIT

0 commit comments

Comments
 (0)