1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2024-06-01 05:41:31 +00:00

testing: github secret

This commit is contained in:
Steven Hugg 2021-09-21 10:43:40 -05:00
parent c9d97edbd0
commit 3c148e7200

View File

@ -31,3 +31,5 @@ jobs:
- run: npm ci
- run: npm run build --if-present
- run: npm test
env:
TEST8BIT_GITHUB_TOKEN: ${{ secrets.TEST8BIT_GITHUB_TOKEN }}