1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2025-01-29 01:58:26 +00:00
This commit is contained in:
Brenden Matthews 2024-02-29 09:08:50 -05:00
parent 6af39252ed
commit c20ca4cbca

View File

@ -79,7 +79,7 @@ jobs:
run: echo "GIT_VERSION=$(git describe --tags)" >> $GITHUB_ENV
- name: Import GPG Deploy Key
# only run on main branch
if: github.ref == 'refs/heads/main')
if: github.ref == 'refs/heads/main'
run: |
echo "${{ secrets.GPG_DEPLOY_KEY }}" > appimage/secret.gpg
gpg --import appimage/secret.gpg