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.
2 parents c5961a3 + 979a00e commit 6a48939Copy full SHA for 6a48939
.github/workflows/github_app_installation_details.yaml
@@ -8,7 +8,7 @@ on:
8
type: string
9
default: 'devwithkrishna'
10
schedule:
11
- - cron: "* * * * *" # Every 5mins # '0 0 1 * *' # Monthly once 12:00 AM
+ - cron: '0 0 1 * *' # Monthly once 12:00 AM
12
13
jobs:
14
github-app-installation-details:
@@ -26,7 +26,7 @@ jobs:
26
pipenv install
27
- name: execute python program
28
env:
29
- ORGANIZATION: ${{ github.event.inputs.organization }}
+ ORGANIZATION: 'devwithkrishna'
30
GH_TOKEN: ${{ secrets.DEVWITHKRISHNA_PERSONAL_ACCESS_TOKEN }}
31
run: |
32
pipenv run python3 list_all_github_app_in_org.py
0 commit comments