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 2005851 commit 53b66d5Copy full SHA for 53b66d5
.github/workflows/opensource.yml
@@ -26,8 +26,6 @@ jobs:
26
with:
27
fetch-depth: 0
28
- run: |
29
- echo ${{ secrets.IOT_SONATYPE_USERNAME }}
30
- echo ${{ secrets.IOT_SONATYPE_PASSWORD }}
31
rm -rf sdkdemo-config.json
32
gpg -d --passphrase "$GPG_DECRYPT_PASSPHRASE" --batch --quiet .github/sdkdemo/sdkdemo-config.json.asc > sdkdemo-config.json
33
- name: set up JDK 11
0 commit comments