chore(actions): logging with aws cred
Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
This commit is contained in:
parent
79864ab9a1
commit
0133267356
1 changed files with 6 additions and 0 deletions
6
.github/workflows/pr-env.yaml
vendored
6
.github/workflows/pr-env.yaml
vendored
|
|
@ -23,6 +23,12 @@ jobs:
|
|||
steps:
|
||||
- name: Checkout Code
|
||||
uses: actions/checkout@v2
|
||||
- name: Configure AWS Credentials
|
||||
uses: aws-actions/configure-aws-credentials@v4
|
||||
with:
|
||||
aws-access-key-id: ${{ secrets.OR_PR_AWS_ACCESS_KEY_ID }}
|
||||
aws-secret-access-key: ${{ secrets.OR_PR_AWS_SECRET_ACCESS_KEY }}
|
||||
aws-region: ${{ secrets.OR_PR_AWS_DEFAULT_REGION}}
|
||||
- name: Setting up env variables
|
||||
run: |
|
||||
# Fetching details open/draft PR for current branch
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue