Skip to content

Commit

Permalink
Properly import secret
Browse files Browse the repository at this point in the history
  • Loading branch information
kirillsulim committed Feb 21, 2023
1 parent d679635 commit a34bb6d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Import Secrets
id: secrets
uses: hashicorp/vault-action@v2
with:
url: https://vault.su0.org
Expand All @@ -37,7 +38,7 @@ jobs:
uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}
password: ${{ steps.secrets.outputs.PYPI_API_TOKEN }}
- name: Tag
run: |
export TAG="$(poetry version -s)"
Expand Down

0 comments on commit a34bb6d

Please sign in to comment.