Skip to content

Commit

Permalink
Fixing CI permissions.
Browse files Browse the repository at this point in the history
  • Loading branch information
edufolly committed Feb 12, 2024
1 parent ebff096 commit 314271d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 314271d

Please # to comment.