From 314271d61a73a21fb17603b57442ac7a70483a21 Mon Sep 17 00:00:00 2001 From: Eduardo Folly Date: Mon, 12 Feb 2024 19:52:31 -0300 Subject: [PATCH] Fixing CI permissions. --- .github/workflows/main.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c634832..61fdbeb 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -7,7 +7,9 @@ jobs: build: name: Build runs-on: ubuntu-latest - timeout-minutes: 20 + timeout-minutes: 15 + permissions: + contents: write steps: - name: Code Checkout uses: actions/checkout@v4 @@ -33,6 +35,10 @@ jobs: with: channel: 'stable' + - name: Flutter Config + timeout-minutes: 2 + run: flutter config --no-analytics --no-animations + - name: Flutter Pub Get timeout-minutes: 2 run: flutter pub get