Skip to content

Commit cfcebe6

Browse files
committed
chore: Set hatch user to token
1 parent 23a5a7c commit cfcebe6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,5 +73,5 @@ jobs:
7373
if: github.event_name == 'push' && github.ref == 'refs/heads/main' && steps.release.outputs.released == 'true'
7474
run: hatch publish
7575
env:
76-
HATCH_INDEX_USER: ${{ secrets.HATCH_INDEX_USER }}
76+
HATCH_INDEX_USER: __token__
7777
HATCH_INDEX_AUTH: ${{ secrets.HATCH_INDEX_AUTH }}

0 commit comments

Comments
 (0)