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 31
31
- name : execute python program
32
32
env :
33
33
GH_TOKEN : ${{ secrets.DEVWITHKRISHNA_PERSONAL_ACCESS_TOKEN }}
34
+ GH_TOKEN_TOKEN : ${{ secrets.GH_TOKEN_TOKEN }}
34
35
run : |
35
36
pipenv run python3 github_billing.py --organization ${{ inputs.organization }} --account_name ${{ inputs.account_name }}
36
37
- 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
16
16
| credential | purpose | check |
17
17
| ------------------------------------| ------------------------------------------------------------------------| --------------------|
18
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 : |
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 : |
20
21
21
22
22
23
# SendGrid
You can’t perform that action at this time.
0 commit comments