Skip to content

Commit

Permalink
Do not use HEX_API_KEY in Hex.pm publish dry run (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
remi authored Aug 23, 2021
1 parent 1eb3bcc commit 9ddc7d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- run: mix hex.publish --dry-run
env:
HEX_API_KEY: ${{ secrets.HEX_API_KEY }}
HEX_API_KEY: DRYRUN

0 comments on commit 9ddc7d5

Please sign in to comment.