We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f390a7 commit 7a55eccCopy full SHA for 7a55ecc
.github/workflows/build-validate-android.yaml
@@ -23,3 +23,6 @@ jobs:
23
host-platform: 'windows-latest'
24
target-platform: 'android'
25
targets: "${{ matrix.project }}-${{ matrix.pipeline }}-${{ matrix.config }}"
26
+ secrets:
27
+ conan_user: ${{ secrets.CONAN_USER }}
28
+ conan_token: ${{ secrets.CONAN_TOKEN }}
0 commit comments