Skip to content

Commit

Permalink
👷 provide api key at publish step only
Browse files Browse the repository at this point in the history
  • Loading branch information
nabeelvalley committed Jul 19, 2024
1 parent da4f43e commit ca0572e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: erlef/setup-beam@v1
env:
HEXPM_API_KEY:: ${{ secrets.HEXPM_API_KEY }}
with:
otp-version: "26.0.2"
gleam-version: "1.2.1"
Expand All @@ -24,3 +22,5 @@ jobs:
- run: gleam test
- run: gleam format --check src test
- run: gleam publish -y
env:
HEXPM_API_KEY: ${{ secrets.HEXPM_API_KEY }}

0 comments on commit ca0572e

Please sign in to comment.