Add GitHub token to renovate configuration so it can pull release notes
This commit is contained in:
@@ -5,6 +5,7 @@ resource "nomad_job" "renovate" {
|
||||
resource "nomad_variable" "renovate" {
|
||||
path = "nomad/jobs/renovate"
|
||||
items = {
|
||||
gitea_token = data.sops_file.secrets.data["renovate.gitea_token"]
|
||||
gitea_token = data.sops_file.secrets.data["renovate.gitea_token"]
|
||||
github_token = data.sops_file.secrets.data["renovate.github_token"]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user