Skip to content

Commit fa53344

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/github_billing_details.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +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 }}
34+
GH_TOKEN_CLASSIC: ${{ secrets.GH_TOKEN_CLASSIC }}
3535
run: |
3636
pipenv run python3 github_billing.py --organization ${{ inputs.organization }} --account_name ${{ inputs.account_name }}
3737
- name: send email program

0 commit comments

Comments
 (0)