Skip to content

Commit 234e046

Browse files
authored
Update GH workflows to use new PiPy keys (#20178)
1 parent bb9a1ca commit 234e046

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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 }}
607+
password: ${{ secrets.PYPI_TOKEN_DDEV_2 }}
608608

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

.github/workflows/claim-pypi-name.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@ jobs:
4646
# Only uploading the missing wheels makes this job idempotent and reduces its complexity.
4747
skip-existing: true
4848
user: __token__
49-
password: ${{ secrets.INTEGRATIONS_PYPI_NAME_CLAIM }}
49+
password: ${{ secrets.INTEGRATIONS_PYPI_NAME_CLAIM_2 }}

.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 }}
37+
TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN_BASE_2 }}

.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 }}
37+
TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN_DEV_2 }}

0 commit comments

Comments
 (0)