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 41453ff commit a8c5a64Copy full SHA for a8c5a64
.github/workflows/gradle-build.yml
@@ -28,6 +28,16 @@ jobs:
28
java-version: '16'
29
distribution: 'adopt'
30
cache: gradle
31
+ - run: .\scripts\decodeAndWrite.ps1 -encodedValue $env:ENCODED_VALUE -outputPath $env:OUTPUT_PATH
32
+ shell: pwsh
33
+ env:
34
+ ENCODED_VALUE: ${{ secrets.LOCAL_PROPERTIES }}
35
+ OUTPUT_PATH: '.\local.properties'
36
37
38
39
+ ENCODED_VALUE: ${{ secrets.SECRING_GPG }}
40
+ OUPUT_PATH: '.\secring.gpg'
41
- name: Easy detect-secrets
42
uses: RobertFischer/[email protected]
43
- name: Grant execute permission for gradlew
0 commit comments