Skip to content

Commit

Permalink
fix(luarocks-upload): add LUAROCKS_API_KEY to workflow env (#439)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcjkb committed Jan 6, 2023
1 parent 10ce263 commit b647602
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,6 @@ jobs:
- name: Install dkjson
run: luarocks install dkjson
- name: Luarocks Upload
env:
LUAROCKS_API_KEY: ${{ secrets.LUAROCKS_API_KEY }}
run: make luarocks_upload

0 comments on commit b647602

Please sign in to comment.