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

Commit

Permalink
Update environment variable for the 'create notes' script
Browse files Browse the repository at this point in the history
  • Loading branch information
lolski committed Jan 17, 2022
1 parent bdd0ae3 commit bbd97cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .grabl/automation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bbd97cc

Please sign in to comment.