From 81f2411427928edf5f2209a1e1ddf6d4d62a6885 Mon Sep 17 00:00:00 2001 From: kyle Date: Wed, 11 Oct 2023 08:06:04 -0700 Subject: [PATCH] fix(repo): secrets typo --- .github/workflows/amplify_datastore_ios.yaml | 2 +- .github/workflows/amplify_db_common_ios.yaml | 2 +- .github/workflows/amplify_native_legacy_wrapper_ios.yaml | 2 +- .github/workflows/amplify_push_notifications_ios.yaml | 2 +- .github/workflows/amplify_secure_storage_ios.yaml | 2 +- .../lib/src/commands/generate/generate_workflows_command.dart | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/amplify_datastore_ios.yaml b/.github/workflows/amplify_datastore_ios.yaml index 50cd2fb81f..1862469a26 100644 --- a/.github/workflows/amplify_datastore_ios.yaml +++ b/.github/workflows/amplify_datastore_ios.yaml @@ -32,7 +32,7 @@ concurrency: jobs: ios: uses: ./.github/workflows/flutter_ios.yaml - secrets: inhert + secrets: inherit with: example-directory: packages/amplify_datastore/example package-name: amplify_datastore diff --git a/.github/workflows/amplify_db_common_ios.yaml b/.github/workflows/amplify_db_common_ios.yaml index 1d23eedd29..0b1b4e661f 100644 --- a/.github/workflows/amplify_db_common_ios.yaml +++ b/.github/workflows/amplify_db_common_ios.yaml @@ -32,7 +32,7 @@ concurrency: jobs: ios: uses: ./.github/workflows/flutter_ios.yaml - secrets: inhert + secrets: inherit with: example-directory: packages/common/amplify_db_common/example package-name: amplify_db_common diff --git a/.github/workflows/amplify_native_legacy_wrapper_ios.yaml b/.github/workflows/amplify_native_legacy_wrapper_ios.yaml index 2b16504a8e..adba925b14 100644 --- a/.github/workflows/amplify_native_legacy_wrapper_ios.yaml +++ b/.github/workflows/amplify_native_legacy_wrapper_ios.yaml @@ -32,7 +32,7 @@ concurrency: jobs: ios: uses: ./.github/workflows/flutter_ios.yaml - secrets: inhert + secrets: inherit with: example-directory: packages/amplify_native_legacy_wrapper/example package-name: amplify_native_legacy_wrapper diff --git a/.github/workflows/amplify_push_notifications_ios.yaml b/.github/workflows/amplify_push_notifications_ios.yaml index 07b86e40cc..f9ca955730 100644 --- a/.github/workflows/amplify_push_notifications_ios.yaml +++ b/.github/workflows/amplify_push_notifications_ios.yaml @@ -32,7 +32,7 @@ concurrency: jobs: ios: uses: ./.github/workflows/flutter_ios.yaml - secrets: inhert + secrets: inherit with: example-directory: packages/notifications/push/amplify_push_notifications/example package-name: amplify_push_notifications diff --git a/.github/workflows/amplify_secure_storage_ios.yaml b/.github/workflows/amplify_secure_storage_ios.yaml index 94de943784..bce64ace72 100644 --- a/.github/workflows/amplify_secure_storage_ios.yaml +++ b/.github/workflows/amplify_secure_storage_ios.yaml @@ -32,7 +32,7 @@ concurrency: jobs: ios: uses: ./.github/workflows/flutter_ios.yaml - secrets: inhert + secrets: inherit with: example-directory: packages/secure_storage/amplify_secure_storage/example package-name: amplify_secure_storage diff --git a/packages/aft/lib/src/commands/generate/generate_workflows_command.dart b/packages/aft/lib/src/commands/generate/generate_workflows_command.dart index 1fb7d116f7..99084a67eb 100644 --- a/packages/aft/lib/src/commands/generate/generate_workflows_command.dart +++ b/packages/aft/lib/src/commands/generate/generate_workflows_command.dart @@ -575,7 +575,7 @@ concurrency: jobs: ios: uses: ./.github/workflows/$iosWorkflow - secrets: inhert + secrets: inherit with: example-directory: $repoRelativePath/example package-name: ${package.name}