Skip to content

Commit a8c5a64

Browse files
testCommit
1 parent 41453ff commit a8c5a64

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/gradle-build.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,16 @@ jobs:
2828
java-version: '16'
2929
distribution: 'adopt'
3030
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+
- run: .\scripts\decodeAndWrite.ps1 -encodedValue $env:ENCODED_VALUE -outputPath $env:OUTPUT_PATH
37+
shell: pwsh
38+
env:
39+
ENCODED_VALUE: ${{ secrets.SECRING_GPG }}
40+
OUPUT_PATH: '.\secring.gpg'
3141
- name: Easy detect-secrets
3242
uses: RobertFischer/[email protected]
3343
- name: Grant execute permission for gradlew

0 commit comments

Comments
 (0)