Skip to content

Commit

Permalink
chore: Set hatch user to token
Browse files Browse the repository at this point in the history
  • Loading branch information
fkapsahili committed May 26, 2024
1 parent 23a5a7c commit cfcebe6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,5 +73,5 @@ jobs:
if: github.event_name == 'push' && github.ref == 'refs/heads/main' && steps.release.outputs.released == 'true'
run: hatch publish
env:
HATCH_INDEX_USER: ${{ secrets.HATCH_INDEX_USER }}
HATCH_INDEX_USER: __token__
HATCH_INDEX_AUTH: ${{ secrets.HATCH_INDEX_AUTH }}

0 comments on commit cfcebe6

Please sign in to comment.