Skip to content

chore(CI): fix flaky CI #59

chore(CI): fix flaky CI

chore(CI): fix flaky CI #59

Workflow file for this run

# This workflow runs for every pull request
name: PR CI
on:
pull_request:
jobs:
pr-ci-go-v3-test:

Check failure on line 8 in .github/workflows/pull.yml

View workflow run for this annotation

GitHub Actions / PR CI

Invalid workflow file

The workflow is not valid. .github/workflows/pull.yml (Line: 8, Col: 3): Error calling workflow 'aws/amazon-s3-encryption-client-go/.github/workflows/ci_test_go_v3.yml@245e2729434a5c4f399c3f5790b61dc51597ac8b'. The nested job 'unix-tests' is requesting 'id-token: write', but is only allowed 'id-token: none'.
uses: ./.github/workflows/ci_test_go_v3.yml
secrets:
CI_AWS_ACCOUNT_ID: ${{ secrets.CI_AWS_ACCOUNT_ID }}
pr-ci-go-v4-test:
uses: ./.github/workflows/ci_test_go_v4.yml
secrets:
CI_AWS_ACCOUNT_ID: ${{ secrets.CI_AWS_ACCOUNT_ID }}
pr-ci-go-migration-examples-test:
uses: ./.github/workflows/ci_test_examples.yml
secrets:
CI_AWS_ACCOUNT_ID: ${{ secrets.CI_AWS_ACCOUNT_ID }}