Sha256: 24db810251a4400ed98b834aa652f17d0d8ed140971b50d3704ef167da3d64c9

Contents?: true

Size: 1.12 KB

Versions: 11

Compression:

Stored size: 1.12 KB

Contents

---
# Codecov.io token to upload coverage reports
codecov_token:
# Google Cloud Platform project to run under
google_project:
# Google Compute Engine Service Account JSON
google_json_key_data: |
  {
    "type": "service_account",
    "project_id": "myproject",
    "private_key_id": "number",
    "private_key": "-----BEGIN PRIVATE KEY-----\nIAMAVERYLONGKEYAMA==\n-----END PRIVATE KEY-----\n",
    "client_email": "account@myproject.iam.gserviceaccount.com",
    "client_id": "7435873987592347",
    "auth_uri": "https://accounts.google.com/o/oauth2/auth",
    "token_uri": "https://accounts.google.com/o/oauth2/token",
    "auth_provider_x509_cert_url": "https://www.googleapis.com/oauth2/v1/certs",
    "client_x509_cert_url": "https://www.googleapis.com/robot/v1/metadata/x509/account%40myproject.iam.gserviceaccount.com"
  }

# An access token with repo:status access from an account that has push access to the repo
github_access_token:
# A SSH private key associated with the access token's account or
# a repo push deploy key
github_private_key: |
  -----BEGIN RSA PRIVATE KEY-----
  IAMAVERYLONGKEYAMA=
  -----END RSA PRIVATE KEY-----

Version data entries

11 entries across 11 versions & 2 rubygems

Version Path
fog-google-1.15.0 ci/credentials.yml.template
fog-google-1.14.0 ci/credentials.yml.template
gitlab-fog-google-1.14.0 ci/credentials.yml.template
fog-google-1.13.0 ci/credentials.yml.template
gitlab-fog-google-1.13.0 ci/credentials.yml.template
fog-google-1.12.1 ci/credentials.yml.template
fog-google-1.12.0 ci/credentials.yml.template
fog-google-1.11.0 ci/credentials.yml.template
fog-google-1.10.0 ci/credentials.yml.template
fog-google-1.9.1 ci/credentials.yml.template
fog-google-1.9.0 ci/credentials.yml.template