We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa53344 commit 2fe1c77Copy full SHA for 2fe1c77
.github/workflows/github_billing_details.yaml
@@ -30,10 +30,12 @@ jobs:
30
pipenv install
31
- name: execute python program
32
env:
33
+ organization: 'devwithkrishna'
34
+ account_name: 'githubofkrishnadhas'
35
GH_TOKEN: ${{ secrets.DEVWITHKRISHNA_PERSONAL_ACCESS_TOKEN }}
36
GH_TOKEN_CLASSIC: ${{ secrets.GH_TOKEN_CLASSIC }}
37
run: |
- 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 }}
39
- name: send email program
40
41
SENDGRID_API_KEY: ${{ secrets.SENDGRID_API_KEY }}
0 commit comments