Skip to content

Commit

Permalink
help me fix the ci plz
Browse files Browse the repository at this point in the history
Signed-off-by: Gabriel Fontán <[email protected]>
  • Loading branch information
BobbyESP committed Aug 15, 2024
1 parent 4c8f1c9 commit db639b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/android_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
echo "CLIENT_SECRET=${{ secrets.CLIENT_SECRET }}" >> local.properties
- name: Create Google Service file
run: echo ${{ secrets.GOOGLE_SERVICES_JSON }} | base64 -di > app/google-services.json
run: echo ${{ secrets.GOOGLE_SERVICES_JSON }} | base64 -di >> /home/runner/work/Metadator/Metadator/app/google-services.json

- uses: gradle/actions/setup-gradle@v3

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
echo "CLIENT_SECRET=${{ secrets.CLIENT_SECRET }}" >> local.properties
- name: Create Google Service file
run: echo ${{ secrets.GOOGLE_SERVICES_JSON }} | base64 -di > app/google-services.json
run: echo ${{ secrets.GOOGLE_SERVICES_JSON }} | base64 -di >> /home/runner/work/Metadator/Metadator/app/google-services.json


# Initialize CodeQL tools for scanning
Expand Down

0 comments on commit db639b3

Please sign in to comment.