Skip to content

Commit 9bf7556

Browse files
Update gradle-build.yml
1 parent a8c5a64 commit 9bf7556

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

.github/workflows/gradle-build.yml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -27,17 +27,7 @@ jobs:
2727
with:
2828
java-version: '16'
2929
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-
- 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'
30+
cache: gradle
4131
- name: Easy detect-secrets
4232
uses: RobertFischer/[email protected]
4333
- name: Grant execute permission for gradlew

0 commit comments

Comments
 (0)