Skip to content

Commit

Permalink
Update autocomment-iss-close.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Asymtode712 authored May 29, 2024
1 parent 3750614 commit b532888
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/autocomment-iss-close.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Greet User
uses: actions/github-script@v5
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
github-token: ${{ secrets.MY_GITHUB_TOKEN }}
script: |
const issue = context.payload.issue;
const issueCreator = issue.user.login;
Expand Down

0 comments on commit b532888

Please sign in to comment.