Skip to content
This repository was archived by the owner on Oct 29, 2022. It is now read-only.

Commit aaee1fe

Browse files
committed
correct call on GH Token
1 parent e445623 commit aaee1fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/add_conference_to_project_and_close.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ jobs:
1515
run: gh issue comment $ISSUE --body "Thank you for adding this event! \n We'll happily consider it for the next episode. \n\n The Issue autocloses but we'll be reviewing it at https://github.com/users/kjaymiller/projects/4/views/3" && gh issue close $ISSUE
1616
env:
1717
ISSUE: ${{ github.event.issue.html_url }}
18-
GITHUB: ${{ secrets.ADD_TO_PROJECT_PAT }}
18+
GH_TOKEN: ${{ secrets.ADD_TO_PROJECT_PAT }}

0 commit comments

Comments
 (0)