Skip to content

Choose a tag to compare

@github-actions github-actions released this 21 Sep 20:34
· 4 commits to main since this release
277bb0d

Changes in v1.0.1

Usage

- name: Configure AWS credentials
  uses: aws-actions/configure-aws-credentials@v4
  with:
    role-to-assume: arn:aws:iam::123456789012:role/github-actions-role
    aws-region: us-east-1
- name: Add runner IP to WAF IPSet
  uses: digglife/[email protected]
  with:
    id: 'your-ipset-id'
    name: 'your-ipset-name'
    scope: 'REGIONAL'
    region: 'us-east-1'