Skip to content

Commit 9b51214

Browse files
authored
chore: kickoff release
2 parents dc0ce9e + e8f1349 commit 9b51214

File tree

4 files changed

+8
-0
lines changed

4 files changed

+8
-0
lines changed

.github/workflows/deploy_liveness.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ on:
1111
permissions:
1212
id-token: write
1313
contents: write
14+
actions: write
1415

1516
jobs:
1617
build-amplify-ui-swift-liveness:

.github/workflows/deploy_release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
permissions:
88
id-token: write
99
contents: write
10+
actions: write
1011

1112
jobs:
1213
release-stable:

.github/workflows/deploy_unstable.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
permissions:
88
id-token: write
99
contents: write
10+
actions: write
1011

1112
jobs:
1213
release-unstable:

.github/workflows/liveness_unit_tests.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@ name: Run Unit Tests | Amplify UI Swift Liveness
22

33
on:
44
workflow_dispatch:
5+
workflow_call:
6+
inputs:
7+
identifier:
8+
required: true
9+
type: string
510
push:
611
branches: [ main ]
712
pull_request:

0 commit comments

Comments
 (0)