Skip to content

Commit 2fe1c77

Browse files
Update github_billing_details.yaml
1 parent fa53344 commit 2fe1c77

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/github_billing_details.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,12 @@ jobs:
3030
pipenv install
3131
- name: execute python program
3232
env:
33+
organization: 'devwithkrishna'
34+
account_name: 'githubofkrishnadhas'
3335
GH_TOKEN: ${{ secrets.DEVWITHKRISHNA_PERSONAL_ACCESS_TOKEN }}
3436
GH_TOKEN_CLASSIC: ${{ secrets.GH_TOKEN_CLASSIC }}
3537
run: |
36-
pipenv run python3 github_billing.py --organization ${{ inputs.organization }} --account_name ${{ inputs.account_name }}
38+
pipenv run python3 github_billing.py --organization ${{ env.organization }} --account_name ${{ env.account_name }}
3739
- name: send email program
3840
env:
3941
SENDGRID_API_KEY: ${{ secrets.SENDGRID_API_KEY }}

0 commit comments

Comments
 (0)