We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8859fe3 commit 419634dCopy full SHA for 419634d
.github/workflows/dogfood-gitops.yml
@@ -64,3 +64,4 @@ jobs:
64
DOGFOOD_SERVERS_ENROLL_SECRET: ${{ secrets.DOGFOOD_SERVERS_ENROLL_SECRET }}
65
DOGFOOD_SERVERS_CANARY_ENROLL_SECRET: ${{ secrets.DOGFOOD_SERVERS_CANARY_ENROLL_SECRET }}
66
DOGFOOD_EXPLORE_DATA_ENROLL_SECRET: ${{ secrets.DOGFOOD_EXPLORE_DATA_ENROLL_SECRET }}
67
+ DOGFOOD_CALENDAR_API_KEY: ${{ secrets.DOGFOOD_CALENDAR_API_KEY }}
it-and-security/default.yml
@@ -31,6 +31,9 @@ org_settings:
31
host_expiry_settings:
32
host_expiry_enabled: false
33
integrations:
34
+ google_calendar:
35
+ - api_key_json: $DOGFOOD_CALENDAR_API_KEY
36
+ domain: fleetdm.com
37
jira: [ ]
38
zendesk: [ ]
39
mdm:
0 commit comments