Skip to content

ci: scope down GitHub Token permissions (#824) #2

ci: scope down GitHub Token permissions (#824)

ci: scope down GitHub Token permissions (#824) #2

Workflow file for this run

name: Push Checks
on:
push:
branches: master
permissions:
contents: read
jobs:
call-integration-tests:

Check failure on line 11 in .github/workflows/push.yml

View workflow run for this annotation

GitHub Actions / Push Checks

Invalid workflow file

The workflow is not valid. .github/workflows/push.yml (Line: 11, Col: 3): Error calling workflow 'aws/aws-dynamodb-encryption-python/.github/workflows/ci_integration.yml@c488328ffdc9afcc6f8d46390b79cfdd650d7fed'. The nested job 'test' is requesting 'id-token: write', but is only allowed 'id-token: none'.
name: Run Integration Tests
uses: ./.github/workflows/ci_integration.yml
call-static-analysis:
name: Run Static Analysis
uses: ./.github/workflows/ci_static-analysis.yaml
call-tests:
name: Run Tests
uses: ./.github/workflows/ci_tests.yaml