/actions2aws

Assume AWS IAM roles from GitHub Actions workflows with no stored secrets

This used to be kludgy workaround for assuming an AWS IAM role in GitHub Actions without needing to use secrets, but it has since been made obsolete by GitHub's native support for federation.

The original code remains in the repo, just look at the git history.