Skip to content

Commit b647602

Browse files
authored
fix(luarocks-upload): add LUAROCKS_API_KEY to workflow env (#439)
1 parent 10ce263 commit b647602

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,6 @@ jobs:
1313
- name: Install dkjson
1414
run: luarocks install dkjson
1515
- name: Luarocks Upload
16+
env:
17+
LUAROCKS_API_KEY: ${{ secrets.LUAROCKS_API_KEY }}
1618
run: make luarocks_upload

0 commit comments

Comments
 (0)