Skip to content

Commit 017e4e0

Browse files
committed
ci: require manual approval for release workflow
1 parent 5c120df commit 017e4e0

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/example-app-android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ concurrency: ${{ github.workflow }}-${{ github.ref }}
1111
jobs:
1212
build-android:
1313
name: Build Android demo app
14-
environment: manual-approval
14+
environment: demo-app-build-approval
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Checkout

.github/workflows/example-app-ios.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ concurrency: ${{ github.workflow }}-${{ github.ref }}
1111
jobs:
1212
build-ios:
1313
name: Build iOS demo app
14-
environment: manual-approval
14+
environment: demo-app-build-approval
1515
runs-on: macos-latest
1616
steps:
1717
- name: Checkout

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
release:
1616
name: Release
1717
runs-on: ubuntu-latest
18+
environment: release-approval
1819
steps:
1920
- name: Checkout
2021
uses: actions/checkout@v4

0 commit comments

Comments
 (0)