There was an error while loading. Please reload this page.
1 parent e4d1169 commit 628d78cCopy full SHA for 628d78c
1 file changed
.github/workflows/show_name.yml
@@ -18,3 +18,26 @@ jobs:
18
if: ${{ github.event.pull_request.user.login == 'melon-app[bot]'}}
19
run: |
20
echo "correct"
21
+
22
+ - name: Generate kong bot app token
23
+ id: github-app-token
24
+ uses: actions/create-github-app-token@v2
25
+ with:
26
+ app-id: ${{ secrets.TEST_APPID }}
27
+ private-key: ${{ secrets.TEST_APP_PRIVATE_KEY }}
28
+ owner: 'Water-Melon'
29
30
+ - name: Checkout code 1
31
+ uses: actions/checkout@v4
32
33
+ repository: 'test-org403/test'
34
+ token: ${{ steps.github-app-token.outputs.token }}
35
+ ref: 'main'
36
37
+ - name: Checkout code 2
38
+ if: ${{ always() }}
39
40
41
+ repository: 'MelonCTech/test2'
42
43
0 commit comments