Skip to content

Commit

Permalink
feat(ci): add aur ssh private key to release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasmalkmus committed Oct 16, 2023
1 parent 527f19b commit 707c824
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,4 @@ jobs:
env:
GITHUB_TOKEN: ${{ github.token }}
HOMEBREW_TOKEN: ${{ secrets.HOMEBREW_TOKEN }}
AUR_KEY: ${{ secrets.AUR_SSH_PRIVATE_KEY }}

0 comments on commit 707c824

Please sign in to comment.