added token as secret

This commit is contained in:
The-EDev 2023-06-13 07:02:03 +03:00
parent 3becb7cd84
commit ccdb1a156c
No known key found for this signature in database
GPG Key ID: 51C45DC0C413DCD9
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ env:
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
BUILD_TYPE: Release
COVERALLS_PULL_REQUEST: ${{ github.event.number }}
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
jobs:
build: