From fd19b404349c28b7c8632f60acf53c9b9556888c Mon Sep 17 00:00:00 2001 From: Matheus Henrique Date: Thu, 1 Aug 2024 19:26:02 -0300 Subject: [PATCH] Update github-actions-demo.yml --- .github/workflows/github-actions-demo.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/github-actions-demo.yml b/.github/workflows/github-actions-demo.yml index 25a02bc..425cae8 100644 --- a/.github/workflows/github-actions-demo.yml +++ b/.github/workflows/github-actions-demo.yml @@ -20,6 +20,7 @@ jobs: - name: Add new File run: | echo "${{ secrets.SECRET_JSON }}" | base64 -d > scripts/test.json + echo "${{ secrets.SECRET_GOOGLE_PLIST }} | base64 -d > scripts/info.plist - name: Commit changes run: | git config --global user.name 'github-actions[bot]'