We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c2ce77 commit 456042aCopy full SHA for 456042a
.grabl/automation.yml
@@ -92,7 +92,7 @@ release:
92
pyenv install -s 3.6.10
93
pyenv global 3.6.10 system
94
pip3 install certifi
95
- export CREATE_NOTES_TOKEN=$REPO_GITHUB_TOKEN
+ export NOTES_CREATE_TOKEN=$REPO_GITHUB_TOKEN
96
bazel run @vaticle_dependencies//tool/release/notes:create -- $GRABL_OWNER $GRABL_REPO $GRABL_COMMIT $(cat VERSION) ./RELEASE_TEMPLATE.md
97
export DEPLOY_GITHUB_TOKEN=$REPO_GITHUB_TOKEN
98
bazel run --define version=$(cat VERSION) //:deploy-github -- $GRABL_COMMIT
0 commit comments