[Renovate] Change token
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Simon Cornet 2023-11-20 19:50:01 +01:00
parent 055c492b72
commit 27445e2015
2 changed files with 2 additions and 8 deletions

View File

@ -24,7 +24,7 @@ steps:
environment: environment:
# renovate -> github # renovate -> github
GITHUB_ACCESS_TOKEN: GITHUB_COM_TOKEN:
from_secret: 'github_access_token' from_secret: 'github_access_token'
# renovate -> gitea # renovate -> gitea

View File

@ -5,11 +5,5 @@
"dependencyDashboardApproval": true, "dependencyDashboardApproval": true,
"major": { "major": {
"dependencyDashboardApproval": true "dependencyDashboardApproval": true
}, }
"hostRules": [
{
"matchHost": "github.com",
"token": "${GITHUB_ACCESS_TOKEN}"
}
]
} }