Skip to content
This repository has been archived by the owner on Jan 2, 2025. It is now read-only.

Commit

Permalink
Replace ASSURIODEV_OIDC_AWS_ROLE_ARN secret with aws_assuriodev_role_…
Browse files Browse the repository at this point in the history
…arn var (#300)

* Replace ASSURIODEV_OIDC_AWS_ROLE_ARN secret with aws_assuriodev_role_arn var
* Disable fedora38
  • Loading branch information
babinskiy authored Oct 30, 2023
1 parent a7ac96f commit 509b2dd
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,10 @@ jobs:
amazon2, amazon2023,
centos7, centos8, centos9,
debian8, debian9, debian10, debian11, debian12,
fedora31, fedora32, fedora34, fedora35, fedora36, fedora37, fedora38,
fedora31, fedora32, fedora34, fedora35, fedora36, fedora37,
# elastio-snap has been kept without support of kernel 6.5 and higher
# so we disable fedora38 because it has kernel 6.5
# fedora38,
ubuntu2004, ubuntu2204
]
arch: [ amd64 ]
Expand All @@ -58,8 +61,10 @@ jobs:
arch: arm64
- distro: fedora37
arch: arm64
- distro: fedora38
arch: arm64
# elastio-snap has been kept without support of kernel 6.5 and higher
# so we disable fedora38 because it has kernel 6.5
# - distro: fedora38
# arch: arm64
- distro: ubuntu2204
arch: arm64

Expand All @@ -81,7 +86,7 @@ jobs:
uses: aws-actions/configure-aws-credentials@v1-node16
with:
aws-region: ${{ env.AWS_DEFAULT_REGION }}
role-to-assume: ${{ secrets.ASSURIODEV_OIDC_AWS_ROLE_ARN }}
role-to-assume: ${{ vars.aws_assuriodev_role_arn }}
role-duration-seconds: 10800 # 3 hours

- name: Start a box
Expand Down Expand Up @@ -366,7 +371,7 @@ jobs:
uses: aws-actions/configure-aws-credentials@v1-node16
with:
aws-region: ${{ env.AWS_DEFAULT_REGION }}
role-to-assume: ${{ secrets.ASSURIODEV_OIDC_AWS_ROLE_ARN }}
role-to-assume: ${{ vars.aws_assuriodev_role_arn }}

- name: Make manifest
run: echo $GITHUB_RUN_NUMBER > latest && cat latest | grep -E '^[0-9]+$'
Expand Down

0 comments on commit 509b2dd

Please sign in to comment.