Skip to content

Commit 0bcbc12

Browse files
ulopemanuelwedler
authored andcommitted
Rotate secrets due to codecov
Also switch to a PyPI API Token instead of the previous machine user.
1 parent 64d53e7 commit 0bcbc12

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.circleci/config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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
162162
workflows:
@@ -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:

0 commit comments

Comments
 (0)