Skip to content

Commit 456042a

Browse files
Update token for create notes
1 parent 3c2ce77 commit 456042a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.grabl/automation.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ release:
9292
pyenv install -s 3.6.10
9393
pyenv global 3.6.10 system
9494
pip3 install certifi
95-
export CREATE_NOTES_TOKEN=$REPO_GITHUB_TOKEN
95+
export NOTES_CREATE_TOKEN=$REPO_GITHUB_TOKEN
9696
bazel run @vaticle_dependencies//tool/release/notes:create -- $GRABL_OWNER $GRABL_REPO $GRABL_COMMIT $(cat VERSION) ./RELEASE_TEMPLATE.md
9797
export DEPLOY_GITHUB_TOKEN=$REPO_GITHUB_TOKEN
9898
bazel run --define version=$(cat VERSION) //:deploy-github -- $GRABL_COMMIT

0 commit comments

Comments
 (0)