UNPKG

klip-sdk

Version:

JavaScript SDK to interact with klip App2App requests

19 lines (17 loc) 677 B
# groundx setup credentials for given vendors > aws * Get aws credentials for interacting with aws resources * Parameters + region: specific aws region. default is `ap-northeast-2` + role-arn: predefined assume role for aws. default is `arn:aws:iam::069889557760:role/GithubActions` + role-session-name: role session name to define projects which obtain aws assuem role. + duration: validating duration for the session. default is 30 minitues(in sec). * usage ```yaml ... - name: aws credentials uses: "PATH/TO/GX_ACTIONS/credentials/aws" with: role-session-name: ${{ format('{0}-{1}', steps.set-envs.outputs.repo-name, github.sha) }} duration: '3600' ```