Skip to content

Commit ba087df

Browse files
committed
Rename PyPi tokens to the original name after rotating secrets
1 parent 5c02fc9 commit ba087df

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build-ddev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -604,7 +604,7 @@ jobs:
604604
with:
605605
skip-existing: true
606606
user: __token__
607-
password: ${{ secrets.PYPI_TOKEN_DDEV_2 }}
607+
password: ${{ secrets.PYPI_TOKEN_DDEV }}
608608

609609
- name: Add assets to current release
610610
uses: softprops/action-gh-release@v2

.github/workflows/release-base.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ jobs:
3434
run: ddev release upload -s datadog_checks_base
3535
env:
3636
TWINE_USERNAME: __token__
37-
TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN_BASE_2 }}
37+
TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN_BASE }}

.github/workflows/release-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ jobs:
3434
run: ddev release upload -s datadog_checks_dev
3535
env:
3636
TWINE_USERNAME: __token__
37-
TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN_DEV_2 }}
37+
TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN_DEV }}

0 commit comments

Comments
 (0)