Skip to content

Commit

Permalink
Merge pull request #4 from Toloka/release_action
Browse files Browse the repository at this point in the history
remove user-pass auth
  • Loading branch information
NikitaYurasov committed Feb 29, 2024
2 parents ea617d3 + c63242a commit 3bc15c4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ jobs:
needs:
- build
runs-on: ubuntu-latest
environment:
name: pypi
url: https://pypi.org/p/dbt-af
permissions:
id-token: write

Expand All @@ -48,6 +51,3 @@ jobs:

- name: Push build artifacts to PyPi
uses: pypa/gh-action-pypi-publish@release/v1
with:
user: ${{ secrets.PYPI_USERNAME }}
password: ${{ secrets.PYPI_PASSWORD }}

0 comments on commit 3bc15c4

Please sign in to comment.