Skip to content

Commit

Permalink
fix(repo): secrets typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kyle committed Oct 11, 2023
1 parent c29ba4d commit 81f2411
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/amplify_datastore_ios.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/amplify_db_common_ios.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/amplify_native_legacy_wrapper_ios.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/amplify_push_notifications_ios.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/amplify_secure_storage_ios.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -575,7 +575,7 @@ concurrency:
jobs:
ios:
uses: ./.github/workflows/$iosWorkflow
secrets: inhert
secrets: inherit
with:
example-directory: $repoRelativePath/example
package-name: ${package.name}
Expand Down

0 comments on commit 81f2411

Please sign in to comment.