diff options
author | PandaNinjas <admin@malwarefight.gq> | 2023-03-05 04:18:41 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-05 04:18:41 +0000 |
commit | 1d33c5e52d6af7fd340a9f4ce9fb07c1d73157a0 (patch) | |
tree | a4abcf2675d300e2a159a5b938c780cb72668543 /.github | |
parent | c8793c8b7847f32e9eea23de27e81aa349009bbe (diff) | |
download | NoSession-1d33c5e52d6af7fd340a9f4ce9fb07c1d73157a0.tar.gz NoSession-1d33c5e52d6af7fd340a9f4ce9fb07c1d73157a0.tar.bz2 NoSession-1d33c5e52d6af7fd340a9f4ce9fb07c1d73157a0.zip |
I forgor to RTFM
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/gradle.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index f9e7ba2..1975d7e 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -30,7 +30,7 @@ jobs: distribution: 'corretto' - name: Add the release signing secret key if: github.ref_name == 'main' - run: echo $GPG_SIGNING_KEY | gpg --import + run: echo -n "$GPG_SIGNING_KEY" | base64 --decode | gpg --import env: GPG_SIGNING_KEY: ${{ secrets.GPG_SIGNING_KEY }} - name: Build with Gradle |