File tree Expand file tree Collapse file tree 2 files changed +5
-10
lines changed
Expand file tree Collapse file tree 2 files changed +5
-10
lines changed Original file line number Diff line number Diff line change 4040 env :
4141 ENCODED_VALUE : ${{ secrets.LOCAL_PROPERTIES }}
4242 OUTPUT_PATH : .\local.properties
43+ - run : .\scripts\decodeAndWrite.ps1 -encodedValue $env:ENCODED_VALUE -outputPath $env:OUTPUT_PATH
44+ shell : pwsh
45+ env :
46+ ENCODED_VALUE : ${{ secrets.SECRING_GPG }}
47+ OUPUT_PATH : .\secring.gpg
4348 - name : Grant execute permission for gradlew
4449 run : chmod +x gradlew
4550 - name : Publish
Original file line number Diff line number Diff line change 3030 cache : gradle
3131 - name : Easy detect-secrets
3232 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- - 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
You can’t perform that action at this time.
0 commit comments