Deploy Serverless Framework.
Required to set up ID provider and create an role for OIDC.
Set the role ARN to role-to-assume
.
permissions:
id-token: write
contents: read
steps:
- uses: actions/checkout@v3
- uses: snow-actions/serverless-deploy/aws/[email protected]
with:
role-to-assume: arn:aws:iam::123456789100:role/my-github-actions-role
aws-region: us-east-2
See other options at aws/oidc/action.yml
Not implemented.
ubuntu-*
windows-*
macos-*
self-hosted
- Any
Welcome.