Skip to content

Commit

Permalink
remove workflow org check
Browse files Browse the repository at this point in the history
  • Loading branch information
mantis-toboggan-md committed Oct 19, 2023
1 parent 9c95e3c commit 6f25525
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/port-issue.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
env.is_member == 'true' &&
env.milestone_exists == 'true'
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_TOKEN: ${{ secrets.GH_TOKEN }}
ORIGINAL_ISSUE_NUMBER: ${{ github.event.issue.number }}
COMMENT_BODY: ${{ github.event.comment.body }}
run: |
Expand Down

0 comments on commit 6f25525

Please sign in to comment.