We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8db726 commit 4fc474eCopy full SHA for 4fc474e
1 file changed
.github/workflows/release.yml
@@ -9,6 +9,12 @@ jobs:
9
publish:
10
runs-on: ubuntu-latest
11
steps:
12
+ - uses: grafana/shared-workflows/actions/get-vault-secrets@main
13
+ with:
14
+ vault_instance: dev
15
+ # Secrets placed in the ci/repo/grafana/otel-profiling-python/ path in Vault
16
+ repo_secrets: |
17
+ PYPI_API_TOKEN=publishing:pypi_api_key
18
- uses: robinraju/release-downloader@v1.4
19
with:
20
tag: ${{ github.event.release.tag_name }}
@@ -21,4 +27,4 @@ jobs:
21
27
uses: pypa/gh-action-pypi-publish@release/v1
22
28
23
29
user: __token__
24
- password: ${{ secrets.PYPI_API_TOKEN }}
30
+ password: ${{ env.PYPI_API_TOKEN }}
0 commit comments