Update d.yml

This commit is contained in:
Tristan B. Velloza Kildaire 2023-08-21 14:38:19 +02:00 committed by GitHub
parent a60ce2a66f
commit 8831ea51de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ jobs:
run: dub test --coverage
- name: Coverage upload
run: dub run doveralls -- -t $COVERALLS_REPO_TOKEN
run: dub run doveralls -- -t ${{secrets.COVERALLS_REPO_TOKEN}}
- uses: actions/upload-artifact@v3
with: