test: use github token for e2e (#560)

This commit is contained in:
Michael Kriese 2021-08-23 10:13:17 +02:00 committed by GitHub
parent 6d2b710c29
commit ffad0b3c76
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 5577 additions and 22 deletions

View file

@ -53,7 +53,7 @@ jobs:
LOG_LEVEL: debug
with:
configurationFile: ${{ matrix.configurationFile }}
token: ${{ secrets.RENOVATE_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}
build:
needs: [lint, commitlint, e2e]