mirror of
https://github.com/hexedtech/codemp.git
synced 2024-11-21 23:04:49 +01:00
ci(lua): add luarocks token
This commit is contained in:
parent
80dda4f5b6
commit
ed609ff120
1 changed files with 1 additions and 1 deletions
2
.github/workflows/lua.yml
vendored
2
.github/workflows/lua.yml
vendored
|
@ -64,7 +64,7 @@ jobs:
|
|||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
- uses: leafo/gh-actions-lua@v9
|
||||
- uses: leafo/gh-actions-luarocks@v4
|
||||
- run: luarocks upload codemp-*.rockspec
|
||||
- run: luarocks upload codemp-*.rockspec --api-key ${{ secrets.LUAROCKS_TOKEN }}
|
||||
working-directory: dist/lua
|
||||
|
||||
upload:
|
||||
|
|
Loading…
Reference in a new issue