summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2023-10-19 19:58:56 +0200
committerFlorian Bruhin <me@the-compiler.org>2023-10-19 19:58:56 +0200
commita1b8ae431110c4c85fbf77418b86b359a7402ca4 (patch)
treee237b18b842abd29a2a97ec6259aa1ca9e38273e
parent839017d3007b49990871aae876bb301aa2702e3a (diff)
downloadqutebrowser-a1b8ae431110c4c85fbf77418b86b359a7402ca4.tar.gz
qutebrowser-a1b8ae431110c4c85fbf77418b86b359a7402ca4.zip
Revert "Use different PyPI token tempoarily"
This reverts commit 597873286c78c1a998367c565125d0c0cb45b905.
-rw-r--r--.github/workflows/release.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 26d40fa7f..1f13859aa 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -168,7 +168,7 @@ jobs:
run: "tox -e build-release -- --upload --no-confirm"
env:
TWINE_USERNAME: __token__
- TWINE_PASSWORD: ${{ secrets.THE_COMPILER_PYPI_TOKEN }}
+ TWINE_PASSWORD: ${{ secrets.QUTEBROWSER_BOT_PYPI_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
finalize:
runs-on: ubuntu-20.04