Using GitHub Actions to sync repo to S3 – OIDC – Ubuntu
I am working on syncing my GitHub repo with S3 bucket and I don't want to pass my AWS credentials as GitHub secrets. I already tried passing my credentials through GitHub secret and the code works. However, when I try…