Skip to content

Commit 33b6ba4

Browse files
DEVOPS-72 trouble shoot
1 parent b065a31 commit 33b6ba4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/github-create-and-add-labels-all-repos-using-python.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: execute python program
2828
env:
2929
GH_TOKEN: ${{ secrets.DEVWITHKRISHNA_PERSONAL_ACCESS_TOKEN }}
30-
org_name: 'devwithkrishna'
30+
ORGANIZATION: 'devwithkrishna'
3131
run: |
3232
poetry run python3 create_new_labels.py
3333
- name: Completed

0 commit comments

Comments
 (0)