Skip to content

Commit c823ff4

Browse files
authored
Update main.yml
1 parent 0de1d91 commit c823ff4

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ jobs:
1616
steps:
1717
- name: Checkout Repository
1818
uses: actions/checkout@v3
19+
with:
20+
repository: fskhri/jeketi-v2
21+
token: ${{ secrets.TOKEN }}
1922

2023
- name: Set Up Java
2124
uses: actions/setup-java@v3.12.0
@@ -57,12 +60,12 @@ jobs:
5760
name: "Release v${{ env.UNIQUE_TAG }}"
5861
body: "Rilis otomatis dari GitHub Actions"
5962

60-
- name: Push to jeketi-app Repository
63+
- name: Checkout jeketi-app Repository
6164
uses: actions/checkout@v3
6265
with:
6366
repository: fskhri/jeketi-app
6467
token: ${{ secrets.TOKEN }}
65-
68+
6669
- name: Copy files to jeketi-app
6770
run: |
6871
cp -R . ../jeketi-app/

0 commit comments

Comments
 (0)