Skip to content

Commit

Permalink
Add hatch auth&user env to publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ayalash committed Jun 16, 2024
1 parent 36dc21e commit 59bce86
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ on:
tags:
- '*'

env:
HATCH_INDEX_AUTH: ${{ secrets.HATCH_INDEX_AUTH }}
HATCH_INDEX_USER: ${{ secrets.HATCH_INDEX_USER }}

permissions:
contents: read

Expand Down

0 comments on commit 59bce86

Please sign in to comment.