Skip to content

Commit ac60041

Browse files
committed
pass the correct credentials
1 parent 4124a23 commit ac60041

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,5 +95,5 @@ jobs:
9595
- name: make Haddock documentation
9696
uses: hapytex/github-actions/actions/hackage-publish@master
9797
with:
98-
hackage-user: "${{ secrets.HACKAGE_USER }}"
99-
hackage-password: "${{ secrets.HACKAGE_PASSWORD }}"
98+
HACKAGE_USERNAME: "${{ secrets.HACKAGE_USERNAME }}"
99+
HACKAGE_PASSWORD: "${{ secrets.HACKAGE_PASSWORD }}"

0 commit comments

Comments
 (0)