Skip to content

Commit 0a03439

Browse files
DEVOPS-62 fixing credential issue
1 parent 157d254 commit 0a03439

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/github_billing_details.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
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

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)