Skip to content

Commit

Permalink
use different token
Browse files Browse the repository at this point in the history
  • Loading branch information
masci committed Nov 24, 2023
1 parent d16ec87 commit 5a256df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pypi_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Publish on PyPi
env:
HATCH_INDEX_USER: __token__
HATCH_INDEX_AUTH: ${{ secrets.PYPI_API_TOKEN }}
HATCH_INDEX_AUTH: ${{ secrets.HAYSTACK_AI_PYPI_TOKEN }}
run: hatch publish -y

- name: Notify Slack
Expand Down

0 comments on commit 5a256df

Please sign in to comment.