We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4124a23 commit ac60041Copy full SHA for ac60041
.github/workflows/build-ci.yml
@@ -95,5 +95,5 @@ jobs:
95
- name: make Haddock documentation
96
uses: hapytex/github-actions/actions/hackage-publish@master
97
with:
98
- hackage-user: "${{ secrets.HACKAGE_USER }}"
99
- hackage-password: "${{ secrets.HACKAGE_PASSWORD }}"
+ HACKAGE_USERNAME: "${{ secrets.HACKAGE_USERNAME }}"
+ HACKAGE_PASSWORD: "${{ secrets.HACKAGE_PASSWORD }}"
0 commit comments