Skip to content

Commit ae9e920

Browse files
authored
Update codeql-analysis.yml
1 parent 30ef03b commit ae9e920

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,17 @@ jobs:
3535
steps:
3636
- name: Checkout repository
3737
uses: actions/checkout@v3
38+
- name: Setup local.properties
39+
run: |
40+
cat << EOF >> local.properties
41+
sdk.dir=$ANDROID_HOME
42+
host="${{ secrets.HOST }}"
43+
APIKey="${{ secrets.API_KEY }}"
44+
deliveryToken="${{ secrets.DELIVERY_TOKEN }}"
45+
environment="${{ secrets.ENVIRONMENT }}"
46+
contentType="${{ secrets.CONTENT_TYPE }}"
47+
assetUid="${{ secrets.ASSET_UID }}"
48+
EOF
3849
3950
# Initializes the CodeQL tools for scanning.
4051
- name: Initialize CodeQL

0 commit comments

Comments
 (0)