Skip to content

Daily Sync with Botocore v1.40.27 on 2025/09/10 #198

Daily Sync with Botocore v1.40.27 on 2025/09/10

Daily Sync with Botocore v1.40.27 on 2025/09/10 #198

name: Create Release
on:
pull_request:
types: [closed]
branches:
- main
permissions:
id-token: write # This is required for requesting the JWT
jobs:
create-release:
if: github.event.pull_request.merged == true && startsWith(github.event.pull_request.title, 'Daily Sync with Botocore') && github.event.pull_request.user.login == 'sagemaker-bot'
runs-on: ubuntu-latest
steps:
- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v4
with:
role-to-assume: ${{ secrets.CODEBUILD_ROLE_ARN }}
role-duration-seconds: 10800
aws-region: us-west-2
- name: Run CodeBuild
uses: aws-actions/aws-codebuild-run-build@v1
with:
project-name: sagemaker-core-auto-release