We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33a9b66 commit 96aa6c2Copy full SHA for 96aa6c2
.github/workflows/issue-workflow.yml
@@ -14,7 +14,7 @@ jobs:
14
id: check_org_membership
15
uses: actions/github-script@v6
16
with:
17
- github-token: ${{ secrets.ACDBOT_ORG_READ_TOKEN }}
+ github-token: ${{ secrets.GITHUB_TOKEN }}
18
script: |
19
// Check if the user is a member of ethereum or ethcatherders orgs
20
let is_member = false;
0 commit comments