We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca5141a commit 6a1b74aCopy full SHA for 6a1b74a
.github/workflows/gradle-build.yml
@@ -30,16 +30,6 @@ jobs:
30
cache: gradle
31
- name: Easy detect-secrets
32
uses: RobertFischer/detect-secrets-action@v2.0.0
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
- OUPUT_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