Skip to content

Commit 3c6906b

Browse files
authored
chore: fix release workflow (#57)
1 parent 21f31d0 commit 3c6906b

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-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:

0 commit comments

Comments
 (0)