Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/data-update_config-managed-rules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
update:
name: Update Config Managed Rules
runs-on: ubuntu-latest
if: ${{ github.ref == 'refs/heads/master' && github.repository == 'getmoto/moto' }}
if: ${{ github.ref == 'refs/heads/localstack' && github.repository == 'localstack/moto' }}
permissions:
id-token: write
contents: write
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/data-update_ec2-instance-offerings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
update:
name: Update EC2 Instance Offerings
runs-on: ubuntu-latest
if: ${{ github.ref == 'refs/heads/master' && github.repository == 'getmoto/moto' }}
if: ${{ github.ref == 'refs/heads/localstack' && github.repository == 'localstack/moto' }}
permissions:
id-token: write
contents: write
Expand All @@ -35,7 +35,7 @@ jobs:
uses: aws-actions/configure-aws-credentials@v5
with:
aws-region: us-east-1
role-to-assume: arn:aws:iam::682283128318:role/GithubActionsRole
role-to-assume: arn:aws:iam::385386232812:role/MotoExt-OIDC-Role

- name: Pull EC2 instance types from AWS
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/data-update_ec2-instance-types.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
update:
name: Update EC2 Instance Types
runs-on: ubuntu-latest
if: ${{ github.ref == 'refs/heads/master' && github.repository == 'getmoto/moto' }}
if: ${{ github.ref == 'refs/heads/localstack' && github.repository == 'localstack/moto' }}
permissions:
id-token: write
contents: write
Expand All @@ -35,7 +35,7 @@ jobs:
uses: aws-actions/configure-aws-credentials@v5
with:
aws-region: us-east-1
role-to-assume: arn:aws:iam::682283128318:role/GithubActionsRole
role-to-assume: arn:aws:iam::385386232812:role/MotoExt-OIDC-Role

- name: Pull EC2 instance types from AWS
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/data-update_emr_instance_types.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
update:
name: Update EMR Instance Types
runs-on: ubuntu-latest
if: ${{ github.ref == 'refs/heads/master' && github.repository == 'getmoto/moto' }}
if: ${{ github.ref == 'refs/heads/localstack' && github.repository == 'localstack/moto' }}
permissions:
id-token: write
contents: write
Expand All @@ -35,7 +35,7 @@ jobs:
uses: aws-actions/configure-aws-credentials@v5
with:
aws-region: us-east-1
role-to-assume: arn:aws:iam::682283128318:role/GithubActionsRole
role-to-assume: arn:aws:iam::385386232812:role/MotoExt-OIDC-Role

- name: Pull EMR instance types from AWS
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/data-update_iam-managed-policies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
update:
name: Update IAM Managed Policies
runs-on: ubuntu-latest
if: ${{ github.ref == 'refs/heads/master' && github.repository == 'getmoto/moto' }}
if: ${{ github.ref == 'refs/heads/localstack' && github.repository == 'localstack/moto' }}
permissions:
id-token: write
contents: write
Expand All @@ -35,7 +35,7 @@ jobs:
uses: aws-actions/configure-aws-credentials@v5
with:
aws-region: us-east-1
role-to-assume: arn:aws:iam::682283128318:role/GithubActionsRole
role-to-assume: arn:aws:iam::385386232812:role/MotoExt-OIDC-Role

- name: Pull IAM managed policies from AWS
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/data-update_ssm-default-amis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
update:
name: Update SSM default AMIs
runs-on: ubuntu-latest
if: ${{ github.ref == 'refs/heads/master' && github.repository == 'getmoto/moto' }}
if: ${{ github.ref == 'refs/heads/localstack' && github.repository == 'localstack/moto' }}
permissions:
id-token: write
contents: write
Expand All @@ -35,7 +35,7 @@ jobs:
uses: aws-actions/configure-aws-credentials@v5
with:
aws-region: us-east-1
role-to-assume: arn:aws:iam::682283128318:role/GithubActionsRole
role-to-assume: arn:aws:iam::385386232812:role/MotoExt-OIDC-Role

- name: Pull SSM default AMIs from AWS
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/data-update_ssm-default-parameters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
update:
name: Update SSM default parameters
runs-on: ubuntu-latest
if: ${{ github.ref == 'refs/heads/master' && github.repository == 'getmoto/moto' }}
if: ${{ github.ref == 'refs/heads/localstack' && github.repository == 'localstack/moto' }}
permissions:
id-token: write
contents: write
Expand All @@ -35,7 +35,7 @@ jobs:
uses: aws-actions/configure-aws-credentials@v5
with:
aws-region: us-east-1
role-to-assume: arn:aws:iam::682283128318:role/GithubActionsRole
role-to-assume: arn:aws:iam::385386232812:role/MotoExt-OIDC-Role

- name: Pull SSM default Parameters from AWS
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/data-update_ssm-optimized-amis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
update:
name: Update SSM Optimized AMIs
runs-on: ubuntu-latest
if: ${{ github.ref == 'refs/heads/master' && github.repository == 'getmoto/moto' }}
if: ${{ github.ref == 'refs/heads/localstack' && github.repository == 'localstack/moto' }}
permissions:
id-token: write
contents: write
Expand All @@ -35,7 +35,7 @@ jobs:
uses: aws-actions/configure-aws-credentials@v5
with:
aws-region: us-east-1
role-to-assume: arn:aws:iam::682283128318:role/GithubActionsRole
role-to-assume: arn:aws:iam::385386232812:role/MotoExt-OIDC-Role

- name: Pull SSM Optimized AMIs from AWS
run: |
Expand Down
Loading