Skip to content

Commit

Permalink
Remove git-crypt from Flutter workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Xennis committed Feb 7, 2025
1 parent 7ac1112 commit ea565cd
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/flutter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@ jobs:
with:
flutter-version: '3.22.x'
channel: 'stable'
- name: Unlock secrets
uses: sliteteam/[email protected]
env:
GIT_CRYPT_KEY: ${{ secrets.GIT_CRYPT_KEY }}
- name: Install dependencies
run: flutter pub get
working-directory: green_walking
Expand Down

0 comments on commit ea565cd

Please sign in to comment.