Skip to content
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.

Commit

Permalink
Secrets take 2
Browse files Browse the repository at this point in the history
  • Loading branch information
LPGhatguy committed Jan 14, 2020
1 parent 43410b4 commit 8b928ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ jobs:
luacheck src benchmarks examples
- name: Report to Coveralls
run: luacov-coveralls --repo-token "$repo_token"
run: luacov-coveralls --repo-token $REPO_TOKEN
env:
repo_token: ${{ secrets.GITHUB_TOKEN }}
REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 8b928ba

Please sign in to comment.