This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| AKDeviceUnlockState = 0; | |
| AKLastCheckInAttemptDate = "2020-04-03 14:54:49 +0000"; | |
| AKLastCheckInSuccessDate = "2020-04-03 14:54:51 +0000"; | |
| AKLastEmailListRequestDateKey = "2020-03-03 16:56:46 +0000"; | |
| AKLastIDMSEnvironment = 0; | |
| "Apparent Doxie Go" = 1; | |
| "Apple Inc. Apple Mobile Device (Recovery Mode)" = 1; | |
| "Apple Inc. Apple TV Remote" = 1; | |
| "Apple Inc. Magic Trackpad 2" = 1; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "event": "pull_request", | |
| "payload": { | |
| "action": "synchronize", | |
| "number": 1, | |
| "pull_request": { | |
| "url": "https://api.github.com/repos/swinton/Spoon-Knife/pulls/1", | |
| "id": 380337778, | |
| "node_id": "MDExOlB1bGxSZXF1ZXN0MzgwMzM3Nzc4", | |
| "html_url": "https://github.com/swinton/Spoon-Knife/pull/1", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "event": "push", | |
| "payload": { | |
| "ref": "refs/heads/some-branch", | |
| "before": "a23a73088bb8d69c89abcfece9a91d4e539aed7e", | |
| "after": "52f7e61280c44756691959a11e6970bf153c8ba6", | |
| "repository": { | |
| "id": 243290722, | |
| "node_id": "MDEwOlJlcG9zaXRvcnkyNDMyOTA3MjI=", | |
| "name": "Spoon-Knife", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "Version": "2012-10-17", | |
| "Statement": [ | |
| { | |
| "Effect": "Allow", | |
| "Action": [ | |
| "iam:CreateInstanceProfile", | |
| "iam:DeleteInstanceProfile", | |
| "iam:GetRole", | |
| "iam:GetInstanceProfile", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Prepare Release Branch | |
| on: | |
| push: | |
| branches: # array of glob patterns matching against refs/heads. Optional; defaults to all | |
| - master # triggers on pushes that contain changes in master | |
| jobs: | |
| prepare-release-branch: | |
| name: Prepare Release Branch |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # eks.yml | |
| on: | |
| pull_request: | |
| push: | |
| branches: # array of glob patterns matching against refs/heads. Optional; defaults to all | |
| - master # triggers on pushes that contain changes in master | |
| name: Build and Deploy to EKS | |
| env: |
- Documentary: https://www.youtube.com/watch?v=X_tXxR-ET2Y
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| const fs = require('fs'); | |
| const readline = require('readline'); | |
| const {google} = require('googleapis'); | |
| // If modifying these scopes, delete credentials.json. | |
| const SCOPES = ['https://www.googleapis.com/auth/gmail.readonly', 'https://www.googleapis.com/auth/gmail.send']; | |
| const TOKEN_PATH = 'credentials.json'; | |
| // Load client secrets from a local file. | |
| fs.readFile('client_secret.json', (err, content) => { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| INSTALLATION_TOKEN= # Your installation access token |