Skip to content

Commit 3785dd5

Browse files
Update gradle-build.yml
1 parent 5d0f82b commit 3785dd5

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/gradle-build.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -30,16 +30,6 @@ jobs:
3030
cache: gradle
3131
- name: Easy detect-secrets
3232
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-
- run: .\scripts\decodeAndWrite.ps1 -encodedValue $env:ENCODED_VALUE -outputPath $env:OUTPUT_PATH
39-
shell: pwsh
40-
env:
41-
ENCODED_VALUE: ${{ secrets.SECRING_GPG }}
42-
OUPUT_PATH: '.\secring.gpg'
4333
- name: Grant execute permission for gradlew
4434
run: chmod +x gradlew
4535
- name: Build with Gradle

0 commit comments

Comments
 (0)