Skip to content

Commit c0a71c5

Browse files
DEVOPS-50 list github app py files
1 parent 22f8bb2 commit c0a71c5

File tree

3 files changed

+2
-0
lines changed

3 files changed

+2
-0
lines changed

.github/workflows/github_app_installation_details.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
- name: execute python program
2828
env:
2929
ORGANIZATION: ${{ inputs.organization }}
30+
GH_TOKEN: ${{ secrets.DEVWITHKRISHNA_PERSONAL_ACCESS_TOKEN }}
3031
run: |
3132
pipenv run python3 list_all_github_app_in_org.py
3233
- name: azure login

list_all_github_app_in_org.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,3 +65,4 @@ def main():
6565
main()
6666

6767

68+

list_repos_in_org.py

Whitespace-only changes.

0 commit comments

Comments
 (0)