File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 3131 - name : execute python program
3232 env :
3333 GH_TOKEN : ${{ secrets.DEVWITHKRISHNA_PERSONAL_ACCESS_TOKEN }}
34+ GH_TOKEN_TOKEN : ${{ secrets.GH_TOKEN_TOKEN }}
3435 run : |
3536 pipenv run python3 github_billing.py --organization ${{ inputs.organization }} --account_name ${{ inputs.account_name }}
3637 - name : send email program
Original file line number Diff line number Diff line change @@ -16,7 +16,8 @@ Later these json files are dropped as an email using sendgrid to ownerof account
1616| credential | purpose | check |
1717| ------------------------------------| ------------------------------------------------------------------------| --------------------|
1818| 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 : |
19+ | personal access token classic | this is used for api call to add repos to github app | :heavy_check_mark : |
20+ | sendgrid api key | this is used for amiling purpose to auth with user account | :heavy_check_mark : |
2021
2122
2223# SendGrid
You can’t perform that action at this time.
0 commit comments