mirror of
https://github.com/renovatebot/github-action.git
synced 2025-12-16 00:42:35 +00:00
test: use github token for e2e (#560)
This commit is contained in:
parent
6d2b710c29
commit
ffad0b3c76
4 changed files with 5577 additions and 22 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -53,7 +53,7 @@ jobs:
|
||||||
LOG_LEVEL: debug
|
LOG_LEVEL: debug
|
||||||
with:
|
with:
|
||||||
configurationFile: ${{ matrix.configurationFile }}
|
configurationFile: ${{ matrix.configurationFile }}
|
||||||
token: ${{ secrets.RENOVATE_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
build:
|
build:
|
||||||
needs: [lint, commitlint, e2e]
|
needs: [lint, commitlint, e2e]
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,7 @@
|
||||||
module.exports = {
|
module.exports = {
|
||||||
branchPrefix: 'test-renovate/',
|
branchPrefix: 'test-renovate/',
|
||||||
dryRun: true,
|
dryRun: true,
|
||||||
|
username: 'renovate-release',
|
||||||
gitAuthor: 'Renovate Bot <bot@renovateapp.com>',
|
gitAuthor: 'Renovate Bot <bot@renovateapp.com>',
|
||||||
onboarding: false,
|
onboarding: false,
|
||||||
platform: 'github',
|
platform: 'github',
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,7 @@
|
||||||
{
|
{
|
||||||
"branchPrefix": "test-renovate/",
|
"branchPrefix": "test-renovate/",
|
||||||
"dryRun": true,
|
"dryRun": true,
|
||||||
|
"username": "renovate-release",
|
||||||
"gitAuthor": "Renovate Bot <bot@renovateapp.com>",
|
"gitAuthor": "Renovate Bot <bot@renovateapp.com>",
|
||||||
"onboarding": false,
|
"onboarding": false,
|
||||||
"platform": "github",
|
"platform": "github",
|
||||||
|
|
|
||||||
5595
package-lock.json
generated
5595
package-lock.json
generated
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue