mirror of
https://github.com/renovatebot/github-action.git
synced 2025-12-15 16:32:36 +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
|
|
@ -1,6 +1,7 @@
|
|||
module.exports = {
|
||||
branchPrefix: 'test-renovate/',
|
||||
dryRun: true,
|
||||
username: 'renovate-release',
|
||||
gitAuthor: 'Renovate Bot <bot@renovateapp.com>',
|
||||
onboarding: false,
|
||||
platform: 'github',
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
"branchPrefix": "test-renovate/",
|
||||
"dryRun": true,
|
||||
"username": "renovate-release",
|
||||
"gitAuthor": "Renovate Bot <bot@renovateapp.com>",
|
||||
"onboarding": false,
|
||||
"platform": "github",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue