We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30ef03b commit ae9e920Copy full SHA for ae9e920
.github/workflows/codeql-analysis.yml
@@ -35,6 +35,17 @@ jobs:
35
steps:
36
- name: Checkout repository
37
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
49
50
# Initializes the CodeQL tools for scanning.
51
- name: Initialize CodeQL
0 commit comments