Skip to content

Commit 949698f

Browse files
authored
ci: use fossifybot github app token (#16)
1 parent f2e2064 commit 949698f

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.github/workflows/image-minimizer.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,4 @@ on:
1111
jobs:
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

.github/workflows/no-response.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,10 @@ name: No Response
22

33
on:
44
schedule:
5-
- cron: '0 12 * * *' # Runs daily at noon
5+
- cron: "0 12 * * *" # Runs daily at noon
66
workflow_dispatch:
77

88
jobs:
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

0 commit comments

Comments
 (0)