Skip to content

Commit 6a48939

Browse files
Merge pull request #3 from devwithkrishna/hotfix/fix-cron-issue
Update github_app_installation_details.yaml
2 parents c5961a3 + 979a00e commit 6a48939

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/github_app_installation_details.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
type: string
99
default: 'devwithkrishna'
1010
schedule:
11-
- cron: "* * * * *" # Every 5mins # '0 0 1 * *' # Monthly once 12:00 AM
11+
- cron: '0 0 1 * *' # Monthly once 12:00 AM
1212

1313
jobs:
1414
github-app-installation-details:
@@ -26,7 +26,7 @@ jobs:
2626
pipenv install
2727
- name: execute python program
2828
env:
29-
ORGANIZATION: ${{ github.event.inputs.organization }}
29+
ORGANIZATION: 'devwithkrishna'
3030
GH_TOKEN: ${{ secrets.DEVWITHKRISHNA_PERSONAL_ACCESS_TOKEN }}
3131
run: |
3232
pipenv run python3 list_all_github_app_in_org.py

0 commit comments

Comments
 (0)