We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a1b74a commit 628c64dCopy full SHA for 628c64d
1 file changed
.github/workflows/build-and-publish.yml
@@ -40,6 +40,11 @@ jobs:
40
env:
41
ENCODED_VALUE: ${{ secrets.LOCAL_PROPERTIES }}
42
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
48
- name: Grant execute permission for gradlew
49
run: chmod +x gradlew
50
- name: Publish
0 commit comments