We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2e2064 commit 949698fCopy full SHA for 949698f
.github/workflows/image-minimizer.yml
@@ -11,5 +11,4 @@ on:
11
jobs:
12
call-image-minimizer-workflow:
13
uses: FossifyOrg/.github/.github/workflows/image-minimizer.yml@main
14
- secrets:
15
- FOSSIFYBOT_TOKEN: ${{ secrets.FOSSIFYBOT_TOKEN }}
+ secrets: inherit
.github/workflows/no-response.yml
@@ -2,11 +2,10 @@ name: No Response
2
3
on:
4
schedule:
5
- - cron: '0 12 * * *' # Runs daily at noon
+ - cron: "0 12 * * *" # Runs daily at noon
6
workflow_dispatch:
7
8
9
call-no-response-workflow:
10
uses: FossifyOrg/.github/.github/workflows/no-response.yml@main
0 commit comments