Skip to content

cpp duvet coverage #503

cpp duvet coverage

cpp duvet coverage #503

Workflow file for this run

name: Main Workflow
on:
push:
branches: [ main, fireegg-test-servers ]
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@1b6e5afa7b5bdf6468b89c88691f3bc8fd3e8b7f'. 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
run-duvet:
name: Run Duvet
uses: ./.github/workflows/duvet.yml
secrets: inherit