Skip to content

Commit 627b0ae

Browse files
committed
this one
1 parent 58eebda commit 627b0ae

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,16 +25,10 @@ jobs:
2525
git config --global user.name cdrci
2626
git config --global user.email [email protected]
2727
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-
3428
- name: Publish AUR package
3529
uses: KSXGitHub/[email protected]
3630
with:
37-
pkgname: my-awesome-package
31+
pkgname: code-server
3832
pkgbuild: ./PKGBUILD
3933
commit_username: ${{ secrets.AUR_USERNAME }}
4034
commit_email: ${{ secrets.AUR_EMAIL }}

0 commit comments

Comments
 (0)