Skip to content

Commit

Permalink
add user
Browse files Browse the repository at this point in the history
  • Loading branch information
mikealfare committed Oct 18, 2024
1 parent 588cb07 commit 24834c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-internal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
hatch run build:check-all
working-directory: ./${{ inputs.package }}
- run: |
export HATCH_INDEX_USER=${{ vars.AWS_USER }}
export HATCH_INDEX_USER=${{ secrets.AWS_USER }}
export HATCH_INDEX_AUTH=$(aws codeartifact get-authorization-token \
--domain ${{ vars.AWS_DOMAIN }} \
Expand Down

0 comments on commit 24834c4

Please sign in to comment.