mirror of
https://github.com/pezkuwichain/pezkuwi-wallet-android.git
synced 2026-04-22 09:08:03 +00:00
ci: add google-services.json setup to security workflow for CodeQL build
This commit is contained in:
@@ -42,6 +42,13 @@ jobs:
|
||||
- name: Install dependencies
|
||||
uses: ./.github/workflows/install/
|
||||
|
||||
- name: Set up DEV Google Services
|
||||
uses: davidSchuppa/base64Secret-toFile-action@v3
|
||||
with:
|
||||
secret: ${{ secrets.CI_DEVELOP_GOOGLE_SERVICES }}
|
||||
filename: google-services.json
|
||||
destination-path: ./app/
|
||||
|
||||
- name: Initialize CodeQL
|
||||
uses: github/codeql-action/init@v3
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user