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 1164e2e commit 1ae26d2Copy full SHA for 1ae26d2
.github/workflows/codeql.yml
@@ -61,6 +61,7 @@ jobs:
61
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
62
- if: matrix.build-mode == 'manual'
63
run: |
64
+ echo "${{ secrets.KEY_SNK_B64 }}" | base64 --decode > key.snk
65
(cd resources/geocoding; zip -r ../../resources/geocoding.zip *)
66
(cd resources/test/geocoding; zip -r ../../../resources/test/testgeocoding.zip *)
67
cd csharp
0 commit comments