File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -136,7 +136,7 @@ jobs:
136136 command : |
137137 echo "TAG: ${CIRCLE_TAG}"
138138 VERSION=${CIRCLE_TAG}
139- ghr -t ${GITHUB_TOKEN } -u ${CIRCLE_PROJECT_USERNAME} -r ${CIRCLE_PROJECT_REPONAME} -c ${CIRCLE_SHA1} -replace ${VERSION} ./dist/
139+ ghr -t ${GITHUB_TOKEN_RELEASES } -u ${CIRCLE_PROJECT_USERNAME} -r ${CIRCLE_PROJECT_REPONAME} -c ${CIRCLE_SHA1} -replace ${VERSION} ./dist/
140140
141141 deploy-pypi :
142142 executor :
@@ -156,7 +156,7 @@ jobs:
156156 - run :
157157 name : " Upload to pypi"
158158 command : |
159- twine upload -u $PYPI_USER -p $PYPI_PASSWORD dist/*
159+ twine upload -u __token__ -p $PYPI_TOKEN_RAIDEN_WEBUI dist/*
160160
161161
162162workflows :
@@ -198,13 +198,13 @@ workflows:
198198 filters :
199199 << : *filter-version-regex
200200 - deploy-github-release :
201- context : " Raiden Context "
201+ context : " raiden-general-2021 "
202202 requires :
203203 - build-package
204204 filters :
205205 << : *filter-version-regex
206206 - deploy-pypi :
207- context : " Raiden Context "
207+ context : " raiden-webui "
208208 requires :
209209 - build-package
210210 filters :
You can’t perform that action at this time.
0 commit comments