Skip to content

fix: update

fix: update #2

Workflow file for this run

name: Deploy
on:
push:
branches:
- test-acc-id
jobs:
test-acc-id:
name: test acc id
runs-on: ubuntu-20.04
steps:
- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v1
with:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws-region: eu-central-1
- name: get accid
run: |
aws sts get-caller-identity > ./accid.json
cat ./accid.json