Skip to content

Commit c4e7a0d

Browse files
committed
try secrets for github actions
1 parent cd1c5e1 commit c4e7a0d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,7 @@ jobs:
1010
steps:
1111
- uses: actions/[email protected]
1212
- run: dotnet test
13+
env:
14+
TESTINGBOT_KEY: ${{ secrets.TESTINGBOT_KEY }}
15+
TESTINGBOT_SECRET: ${{ secrets.TESTINGBOT_SECRET }}
1316

0 commit comments

Comments
 (0)