We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58eebda commit 627b0aeCopy full SHA for 627b0ae
.github/workflows/publish.yaml
@@ -25,16 +25,10 @@ jobs:
25
git config --global user.name cdrci
26
git config --global user.email opensource@coder.com
27
28
- - name: Install SSH key
29
- uses: shimataro/ssh-key-action@v2
30
- with:
31
- key: ${{ secrets.SSH_KEY }}
32
- known_hosts: ${{ secrets.KNOWN_HOSTS }}
33
-
34
- name: Publish AUR package
35
uses: KSXGitHub/github-actions-deploy-aur@v2.5.0
36
with:
37
- pkgname: my-awesome-package
+ pkgname: code-server
38
pkgbuild: ./PKGBUILD
39
commit_username: ${{ secrets.AUR_USERNAME }}
40
commit_email: ${{ secrets.AUR_EMAIL }}
0 commit comments