Skip to content

Commit

Permalink
👷 add api key in publish
Browse files Browse the repository at this point in the history
  • Loading branch information
nabeelvalley committed Jul 19, 2024
1 parent a0888ea commit 5a824bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ 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 Down
3 changes: 0 additions & 3 deletions gleam.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ licences = ["Apache-2.0"]
repository = { type = "github", user = "sftsrv", repo = "parz" }
# links = [{ title = "Website", href = "https://gleam.run" }]

For a full reference of all the available options, you can have a look at
https://gleam.run/writing-gleam/gleam-toml/.

[dependencies]
gleam_stdlib = ">= 0.34.0 and < 2.0.0"

Expand Down

0 comments on commit 5a824bb

Please sign in to comment.