Skip to content

Commit

Permalink
Update publish workflow to use org-wide API key
Browse files Browse the repository at this point in the history
  • Loading branch information
remi authored Oct 12, 2022
1 parent 563b595 commit 5003351
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
publish:
runs-on: ubuntu-latest
env:
HEX_API_KEY: ${{ secrets.HEX_API_KEY }}
HEX_API_KEY: ${{ secrets.MIREGO_HEXPM_API_KEY }}
steps:
- uses: actions/checkout@v2
- uses: erlef/setup-beam@v1
Expand Down

0 comments on commit 5003351

Please sign in to comment.