I hereby claim:
- I am danielmartinus on github.
- I am dionsegijn (https://keybase.io/dionsegijn) on keybase.
- I have a public key whose fingerprint is 06CC 249E 5C11 9B96 F31E 6CEF 8F1E 683C 6D16 62C6
To claim this, I am signing this object:
name: Check permissions | |
on: | |
pull_request: | |
paths: | |
- '**/dependencies.gradle' | |
jobs: | |
build-develop: | |
runs-on: ubuntu-latest |
- Guinea Pig - Lost frequencies mix | |
- Killer - Don Diablo, | |
- Kryptonite - Big Boy | |
- Futurism - Keeno | |
- The Oasis - Delic |
I hereby claim:
To claim this, I am signing this object:
Verifying that +dionsegijn is my blockchain ID. https://onename.com/dionsegijn |
$client_id = ''; | |
$client_secret = ''; | |
$client = new Google_Client(); | |
$client->setClientId($client_id); | |
$client->setClientSecret($client_secret); | |
$client->setScopes('https://www.googleapis.com/auth/plus.login'); | |
$client->setState('offline'); | |
$plus = new Google_Service_Plus($client); |