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 48f6c24 commit 33a2254Copy full SHA for 33a2254
.github/workflows/gradle-build.yml
@@ -30,6 +30,16 @@ jobs:
30
cache: gradle
31
- name: Easy detect-secrets
32
uses: RobertFischer/[email protected]
33
+ - run: .\scripts\decodeAndWrite.ps1 -encodedValue $env:ENCODED_VALUE -outputPath $env:OUTPUT_PATH
34
+ shell: pwsh
35
+ env:
36
+ ENCODED_VALUE: ${{ secrets.LOCAL_PROPERTIES }}
37
+ OUTPUT_PATH: '.\local.properties'
38
39
40
41
+ ENCODED_VALUE: ${{ secrets.SECRING_GPG }}
42
+ OUPUT_PATH: '.\secring.gpg'
43
- name: Grant execute permission for gradlew
44
run: chmod +x gradlew
45
- name: Build with Gradle
0 commit comments