Skip to content

Commit

Permalink
try secrets for github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
delabiejochen committed Jul 20, 2022
1 parent cd1c5e1 commit c4e7a0d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,7 @@ jobs:
steps:
- uses: actions/[email protected]
- run: dotnet test
env:
TESTINGBOT_KEY: ${{ secrets.TESTINGBOT_KEY }}
TESTINGBOT_SECRET: ${{ secrets.TESTINGBOT_SECRET }}

0 comments on commit c4e7a0d

Please sign in to comment.