File tree Expand file tree Collapse file tree 3 files changed +6
-32
lines changed Expand file tree Collapse file tree 3 files changed +6
-32
lines changed Original file line number Diff line number Diff line change 1
- name : Generate App Token
1
+ name : Test
2
2
on :
3
- workflow_run :
4
- workflows :
5
- - Needs
6
- types :
7
- - requested
3
+ push :
8
4
jobs :
9
- generate :
5
+ test :
10
6
runs-on : ubuntu-latest
11
7
steps :
12
8
- uses : actions/checkout@v2
18
14
yarn build
19
15
- uses : ./
20
16
with :
21
- APP_ID : ${{ secrets.APP_ID }}
22
- PRIVATE_KEY : ${{ secrets.PRIVATE_KEY }}
23
- SECRET_NAME : APP_TOKEN
17
+ app_id : ${{ secrets.APP_ID }}
18
+ private_key : ${{ secrets.PRIVATE_KEY }}
Original file line number Diff line number Diff line change 21
21
with :
22
22
APP_ID : ${{ secrets.APP_ID }}
23
23
PRIVATE_KEY : ${{ secrets.PRIVATE_KEY }}
24
- SECRET_NAME : APP_TOKEN
25
24
- uses : bubkoo/needs-more-info@v1
26
25
with :
27
- # GITHUB_TOKEN: ${{ steps.generate_token.outputs.token }}
28
- GITHUB_TOKEN : ${{ secrets.APP_TOKEN }}
26
+ GITHUB_TOKEN : ${{ steps.generate_token.outputs.token }}
29
27
CONFIG_FILE : .github/needs-more-info.yml
Load Diff This file was deleted.
You canβt perform that action at this time.
0 commit comments