diff --git a/.github/workflows/deploy_liveness.yml b/.github/workflows/deploy_liveness.yml index 37fa3028..b9ff0c4a 100644 --- a/.github/workflows/deploy_liveness.yml +++ b/.github/workflows/deploy_liveness.yml @@ -11,6 +11,7 @@ on: permissions: id-token: write contents: write + actions: write jobs: build-amplify-ui-swift-liveness: diff --git a/.github/workflows/deploy_release.yml b/.github/workflows/deploy_release.yml index 68361f09..d5e8326c 100644 --- a/.github/workflows/deploy_release.yml +++ b/.github/workflows/deploy_release.yml @@ -7,6 +7,7 @@ on: permissions: id-token: write contents: write + actions: write jobs: release-stable: diff --git a/.github/workflows/deploy_unstable.yml b/.github/workflows/deploy_unstable.yml index 0b6661a1..2c967ad5 100644 --- a/.github/workflows/deploy_unstable.yml +++ b/.github/workflows/deploy_unstable.yml @@ -7,6 +7,7 @@ on: permissions: id-token: write contents: write + actions: write jobs: release-unstable: diff --git a/.github/workflows/liveness_unit_tests.yml b/.github/workflows/liveness_unit_tests.yml index df179fec..c18db2a5 100644 --- a/.github/workflows/liveness_unit_tests.yml +++ b/.github/workflows/liveness_unit_tests.yml @@ -2,6 +2,11 @@ name: Run Unit Tests | Amplify UI Swift Liveness on: workflow_dispatch: + workflow_call: + inputs: + identifier: + required: true + type: string push: branches: [ main ] pull_request: