We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10ce263 commit b647602Copy full SHA for b647602
.github/workflows/release.yml
@@ -13,4 +13,6 @@ jobs:
13
- name: Install dkjson
14
run: luarocks install dkjson
15
- name: Luarocks Upload
16
+ env:
17
+ LUAROCKS_API_KEY: ${{ secrets.LUAROCKS_API_KEY }}
18
run: make luarocks_upload
0 commit comments