Skip to content

Commit 5a824bb

Browse files
committed
👷 add api key in publish
1 parent a0888ea commit 5a824bb

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/publish.yml

+2
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v4
1515
- uses: erlef/setup-beam@v1
16+
env:
17+
HEXPM_API_KEY:: ${{ secrets.HEXPM_API_KEY }}
1618
with:
1719
otp-version: "26.0.2"
1820
gleam-version: "1.2.1"

gleam.toml

-3
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ licences = ["Apache-2.0"]
66
repository = { type = "github", user = "sftsrv", repo = "parz" }
77
# links = [{ title = "Website", href = "https://gleam.run" }]
88

9-
For a full reference of all the available options, you can have a look at
10-
https://gleam.run/writing-gleam/gleam-toml/.
11-
129
[dependencies]
1310
gleam_stdlib = ">= 0.34.0 and < 2.0.0"
1411

0 commit comments

Comments
 (0)