Kujtim Hoxha
08/07/2021, 8:58 PMNeed to perform AWS calls for account my-account, but no credentials have been configured
I did set the AWS_ACCESS_KEY_ID
and AWS_SECRET_ACCESS_KEY
using the seed
generated keys.Kujtim Hoxha
08/07/2021, 9:08 PM- 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: us-east-1
🤦♂️Frank
Kujtim Hoxha
08/07/2021, 9:18 PMseed generated keys
Sorry I used seed to generate the AWS keys with the automated cloudformation stack (I was using seed and can’t use it for now because of memory limits)Frank
Frank
Kujtim Hoxha
08/07/2021, 9:42 PMOleg Soroka
08/08/2021, 9:36 AM- name: / uses: / with:...
notation? what kind of config is it?Kujtim Hoxha
08/08/2021, 9:37 AMKujtim Hoxha
08/08/2021, 9:37 AM