(Tested in zsh shell)
- Set env vars:
export GITHUB_TOKEN=...export GOEXE=/usr/local/bin/go- Change test/src/Makefile:
| #!/usr/bin/env python3 | |
| import re | |
| import fileinput | |
| print("SET FOREIGN_KEY_CHECKS=0;") | |
| def main(): | |
| for line in fileinput.input(): |
| # typically located at ~/.aws/config | |
| [profile source-profile] | |
| output=json | |
| region=ap-southeast-2 | |
| mfa_serial=arn:aws:iam::123456789123:mfa/my-name | |
| # assumes default backend, you can also use `--backend=file` or others | |
| credential_process=aws-vault exec aws-vault-profile --json --prompt=osascript | |
| [profile org-stage-role] |
root account as your IAM user [email protected]I hereby claim:
To claim this, I am signing this object:
| <?php | |
| namespace App; | |
| use Illuminate\Database\Eloquent\Model; | |
| trait Securable extends BaseModel | |
| { | |
| public function usersWithAccess() { |
| <?php | |
| // If you are using Composer | |
| require 'vendor/autoload.php'; | |
| use SendGrid\Mail; | |
| $apiKey = getenv('SENDGRID_API_KEY'); | |
| $sg = new \SendGrid($apiKey); |
I hereby claim:
To claim this, I am signing this object: