Skip to content

Commit 1ae26d2

Browse files
authored
Add snk to codeql.yml
1 parent 1164e2e commit 1ae26d2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/codeql.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ jobs:
6161
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
6262
- if: matrix.build-mode == 'manual'
6363
run: |
64+
echo "${{ secrets.KEY_SNK_B64 }}" | base64 --decode > key.snk
6465
(cd resources/geocoding; zip -r ../../resources/geocoding.zip *)
6566
(cd resources/test/geocoding; zip -r ../../../resources/test/testgeocoding.zip *)
6667
cd csharp

0 commit comments

Comments
 (0)