Skip to content

fix(exceptions): properly initialize BotoCoreError subclasses with message formatting #1072

fix(exceptions): properly initialize BotoCoreError subclasses with message formatting

fix(exceptions): properly initialize BotoCoreError subclasses with message formatting #1072

Workflow file for this run

name: Main Workflow
on:
push:
branches: [ main ]
pull_request:
workflow_dispatch:
inputs:
python-version:
description: 'Python version to use'
default: '3.11'
required: false
type: string
jobs:
lint:
name: Lint
uses: ./.github/workflows/lint.yml
run-tests:

Check failure on line 20 in .github/workflows/main.yml

View workflow run for this annotation

GitHub Actions / Main Workflow

Invalid workflow file

The workflow is not valid. .github/workflows/main.yml (Line: 20, Col: 3): Error calling workflow 'aws/amazon-s3-encryption-client-python/.github/workflows/test.yml@9af7766ea8bb974abb3d4368b7b6539106542b96'. The nested job 'test' is requesting 'id-token: write', but is only allowed 'id-token: none'.
name: Run Tests
uses: ./.github/workflows/test.yml
with:
python-version: ${{ inputs.python-version || '3.11' }}
secrets: inherit