File tree Expand file tree Collapse file tree 6 files changed +7
-41
lines changed
Expand file tree Collapse file tree 6 files changed +7
-41
lines changed Original file line number Diff line number Diff line change 55 tags :
66 - " *.*.*"
77
8- permissions :
9- contents : read
10-
118jobs :
129 call-release-workflow :
1310 uses : FossifyOrg/.github/.github/workflows/release.yml@main
1411 with :
1512 tag : ${{ github.ref_name }}
1613 flavor : " foss"
1714 package_name : " org.fossify.filemanager"
18-
19- secrets :
20- ANDROID_KEYSTORE_BASE64 : ${{ secrets.ANDROID_KEYSTORE_BASE64 }}
21- SIGNING_KEY_ALIAS : ${{ secrets.SIGNING_KEY_ALIAS }}
22- SIGNING_KEY_PASSWORD : ${{ secrets.SIGNING_KEY_PASSWORD }}
23- SIGNING_STORE_PASSWORD : ${{ secrets.SIGNING_STORE_PASSWORD }}
24- SERVICE_ACCOUNT_JSON_KEY_BASE64 : " "
25- FOSSIFYBOT_TOKEN : ${{ secrets.FOSSIFYBOT_TOKEN }}
15+ secrets : inherit
Original file line number Diff line number Diff line change 2424 type : boolean
2525 default : false
2626
27- permissions :
28- contents : read
29-
3027jobs :
3128 call-release-workflow :
3229 uses : FossifyOrg/.github/.github/workflows/release.yml@main
3633 track : ${{ github.event.inputs.track }}
3734 rollout : ${{ github.event.inputs.rollout }}
3835 validate_only : ${{ github.event.inputs.validate_only == 'true' }}
39-
40- secrets :
41- ANDROID_KEYSTORE_BASE64 : ${{ secrets.ANDROID_KEYSTORE_BASE64 }}
42- SIGNING_KEY_ALIAS : ${{ secrets.SIGNING_KEY_ALIAS }}
43- SIGNING_KEY_PASSWORD : ${{ secrets.SIGNING_KEY_PASSWORD }}
44- SIGNING_STORE_PASSWORD : ${{ secrets.SIGNING_STORE_PASSWORD }}
45- SERVICE_ACCOUNT_JSON_KEY_BASE64 : ${{ secrets.SERVICE_ACCOUNT_JSON_KEY_BASE64 }}
46- FOSSIFYBOT_TOKEN : " "
36+ secrets : inherit
Original file line number Diff line number Diff line change 1111jobs :
1212 call-image-minimizer-workflow :
1313 uses : FossifyOrg/.github/.github/workflows/image-minimizer.yml@main
14- secrets :
15- FOSSIFYBOT_TOKEN : ${{ secrets.FOSSIFYBOT_TOKEN }}
14+ secrets : inherit
Original file line number Diff line number Diff line change @@ -2,11 +2,10 @@ name: No Response
22
33on :
44 schedule :
5- - cron : ' 0 12 * * *' # Runs daily at noon
5+ - cron : " 0 12 * * *" # Runs daily at noon
66 workflow_dispatch :
77
88jobs :
99 call-no-response-workflow :
1010 uses : FossifyOrg/.github/.github/workflows/no-response.yml@main
11- secrets :
12- FOSSIFYBOT_TOKEN : ${{ secrets.FOSSIFYBOT_TOKEN }}
11+ secrets : inherit
Original file line number Diff line number Diff line change 44 pull_request_target :
55 types : [opened]
66
7- permissions :
8- contents : read
9- # write permission is not required as FOSSIFYBOT_TOKEN is used
10-
117jobs :
128 call-pr-labeler-workflow :
139 uses : FossifyOrg/.github/.github/workflows/pr-labeler.yml@main
14- secrets :
15- FOSSIFYBOT_TOKEN : ${{ secrets.FOSSIFYBOT_TOKEN }}
10+ secrets : inherit
Original file line number Diff line number Diff line change 44 release :
55 types : [published]
66
7- permissions :
8- contents : read
9- issues : read
10- pull-requests : read
11- # write permission is not required as FOSSIFYBOT_TOKEN is used
12-
137jobs :
148 call-release-commenter :
159 uses : FossifyOrg/.github/.github/workflows/release-commenter.yml@main
16- secrets :
17- FOSSIFYBOT_TOKEN : ${{ secrets.FOSSIFYBOT_TOKEN }}
10+ secrets : inherit
You can’t perform that action at this time.
0 commit comments