Unexplode release workflow

This commit is contained in:
Vendicated 2023-04-10 19:38:32 +02:00
parent e16cdcf387
commit c5165afe7f
No known key found for this signature in database
GPG key ID: A1DC0CFB5615D905

View file

@ -37,6 +37,6 @@ jobs:
export GIT_SSH_COMMAND="ssh -i ~/.ssh/aur"
./scripts/aur_bump.sh
with:
env:
SSH_KEY: ${{ secrets.AUR_SSH_KEY }}
SSH_PUB_KEY: ${{ secrets.AUR_SSH_PUB_KEY }}