ci: use fossifybot github app token (#402)
This commit is contained in:
parent
7b12f46326
commit
9f0391e3c6
6 changed files with 7 additions and 41 deletions
5
.github/workflows/no-response.yml
vendored
5
.github/workflows/no-response.yml
vendored
|
|
@ -2,11 +2,10 @@ name: No Response
|
|||
|
||||
on:
|
||||
schedule:
|
||||
- cron: '0 12 * * *' # Runs daily at noon
|
||||
- cron: "0 12 * * *" # Runs daily at noon
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
call-no-response-workflow:
|
||||
uses: FossifyOrg/.github/.github/workflows/no-response.yml@main
|
||||
secrets:
|
||||
FOSSIFYBOT_TOKEN: ${{ secrets.FOSSIFYBOT_TOKEN }}
|
||||
secrets: inherit
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue