Skip to content

Commit 38452ea

Browse files
Change to a version of subosito/flutter-action that is allowed (#504)
1 parent e4391d0 commit 38452ea

File tree

4 files changed

+4
-6
lines changed

4 files changed

+4
-6
lines changed

.github/workflows/deploy_app_dev.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,12 @@ jobs:
1111
name: Deploy App Development
1212
steps:
1313
- uses: actions/checkout@v4
14-
- uses: subosito/flutter-action@v2
14+
- uses: subosito/flutter-action@e938fdf56512cc96ef2f93601a5a40bde3801046
1515
with:
1616
channel: "stable"
1717
- run: flutter packages get
1818
- run: flutter build web --web-renderer canvaskit -t lib/main_development.dart --dart-define SHARING_ENABLED=true --dart-define ENCRYPTION_KEY=${{ secrets.ENCRYPTION_KEY }} --dart-define ENCRYPTION_IV=${{ secrets.ENCRYPTION_IV }} --dart-define RECAPTCHA_KEY=${{ secrets.RECAPTCHA_KEY }} --dart-define ALLOW_PRIVATE_MATCHES=true
1919

20-
2120
- uses: FirebaseExtended/action-hosting-deploy@v0
2221
with:
2322
repoToken: "${{ secrets.GITHUB_TOKEN }}"

.github/workflows/deploy_app_prod.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
name: Deploy App Production
99
steps:
1010
- uses: actions/checkout@v4
11-
- uses: subosito/flutter-action@v2
11+
- uses: subosito/flutter-action@e938fdf56512cc96ef2f93601a5a40bde3801046
1212
with:
1313
channel: "stable"
1414
- run: flutter packages get

.github/workflows/deploy_app_staging.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
name: Deploy App Staging
99
steps:
1010
- uses: actions/checkout@v4
11-
- uses: subosito/flutter-action@v2
11+
- uses: subosito/flutter-action@e938fdf56512cc96ef2f93601a5a40bde3801046
1212
with:
1313
channel: "stable"
1414
- run: flutter packages get

.github/workflows/deploy_flop_dev.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,12 @@ jobs:
1414
name: Deploy App Development
1515
steps:
1616
- uses: actions/checkout@v4
17-
- uses: subosito/flutter-action@v2
17+
- uses: subosito/flutter-action@e938fdf56512cc96ef2f93601a5a40bde3801046
1818
with:
1919
channel: "stable"
2020
- run: cd flop && flutter packages get
2121
- run: cd flop && flutter build web --web-renderer canvaskit -t lib/main.dart --dart-define SHARING_ENABLED=true --dart-define ENCRYPTION_KEY=${{ secrets.ENCRYPTION_KEY }} --dart-define ENCRYPTION_IV=${{ secrets.ENCRYPTION_IV }} --dart-define RECAPTCHA_KEY=${{ secrets.RECAPTCHA_KEY }} --dart-define ALLOW_PRIVATE_MATCHES=true
2222

23-
2423
- uses: FirebaseExtended/action-hosting-deploy@v0
2524
with:
2625
repoToken: "${{ secrets.GITHUB_TOKEN }}"

0 commit comments

Comments
 (0)