/ terraform / github / providers.tf
providers.tf
1  provider "github" {
2    token = data.sops_file.secrets.data["GITHUB_TOKEN"]
3  }