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 0a03439 commit fa53344Copy full SHA for fa53344
.github/workflows/github_billing_details.yaml
@@ -31,7 +31,7 @@ jobs:
31
- name: execute python program
32
env:
33
GH_TOKEN: ${{ secrets.DEVWITHKRISHNA_PERSONAL_ACCESS_TOKEN }}
34
- GH_TOKEN_TOKEN: ${{ secrets.GH_TOKEN_TOKEN }}
+ GH_TOKEN_CLASSIC: ${{ secrets.GH_TOKEN_CLASSIC }}
35
run: |
36
pipenv run python3 github_billing.py --organization ${{ inputs.organization }} --account_name ${{ inputs.account_name }}
37
- name: send email program
0 commit comments