File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed
Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 2929 pip install pipenv
3030 pipenv install
3131 - name : execute python program
32+ env :
33+ GH_TOKEN : ${{ secrets.DEVWITHKRISHNA_PERSONAL_ACCESS_TOKEN }}
3234 run : |
3335 pipenv run python3 github_billing.py --organization ${{ inputs.organization }} --account_name ${{ inputs.account_name }}
3436 - name : send email program
Original file line number Diff line number Diff line change @@ -11,6 +11,14 @@ This repo uses github rest api to pull billing details for github org and user a
1111Later these json files are dropped as an email using sendgrid to ownerof account. Email consists of multiple json atachments
1212```
1313
14+ # Credentials used for authorization
15+
16+ | credential | purpose | check |
17+ | ------------------------------------| ------------------------------------------------------------------------| --------------------|
18+ | fine grained personal access token | this is used for all purpose like listing repos, github app detailsetc | :heavy_check_mark : |
19+ | sendgrid api key | this is used for amiling purpose to auth with sendgrid | :heavy_check_mark : |
20+
21+
1422# SendGrid
1523
1624```
You can’t perform that action at this time.
0 commit comments