Remove redundant environment variable from CI

This commit is contained in:
Tyrrrz 2023-01-26 02:06:08 +02:00
parent 91ba79e6ec
commit b9fa38d2b2

View file

@ -26,7 +26,6 @@ jobs:
run: dotnet test --configuration Release --logger GitHubActions --collect:"XPlat Code Coverage" -- DataCollectionRunSettings.DataCollectors.DataCollector.Configuration.Format=opencover
env:
DISCORD_TOKEN: ${{ secrets.DISCORD_TOKEN }}
DISCORD_TOKEN_BOT: true
- name: Upload coverage
uses: codecov/codecov-action@v3