Skip to content

Commit

Permalink
Update the CI environment url
Browse files Browse the repository at this point in the history
  • Loading branch information
btschwertfeger committed Jul 27, 2024
1 parent 969589a commit 039506c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/_pypi_publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
id-token: write # IMPORTANT: this permission is mandatory for OIDC publishing
environment:
name: pypi
url: https://pypi.org/p/python-cmethods
url: https://pypi.org/p/python-kraken-sdk
steps:
- name: Harden Runner
uses: step-security/harden-runner@0d381219ddf674d61a7572ddd19d7941e271515c # v2.9.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_pypi_test_publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
id-token: write # IMPORTANT: this permission is mandatory for OIDC publishing
environment:
name: testpypi
url: https://test.pypi.org/p/python-cmethods
url: https://test.pypi.org/p/python-kraken-sdk
steps:
- name: Harden Runner
uses: step-security/harden-runner@0d381219ddf674d61a7572ddd19d7941e271515c # v2.9.0
Expand Down

0 comments on commit 039506c

Please sign in to comment.