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 a8c5a64 commit 9bf7556Copy full SHA for 9bf7556
.github/workflows/gradle-build.yml
@@ -27,17 +27,7 @@ jobs:
27
with:
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'
+ cache: gradle
41
- name: Easy detect-secrets
42
uses: RobertFischer/[email protected]
43
- name: Grant execute permission for gradlew
0 commit comments