...
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
development: &development calendarId: 'your calendar ID here' service_account_email: 'xxx@developer.gserviceaccount.com' impersonate_user_email: 'replaceWithEmailYouWantToImpersonate@email.com' key_file: <%= "#{ENV['HOME']}/.eventr/<your key here>" %> key_secret: 'private-key-secret' test: <<: *development integration: <<: *development production: <<: *development |
...