Skip to content

Commit 96aa6c2

Browse files
committed
fix secret
1 parent 33a9b66 commit 96aa6c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/issue-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
id: check_org_membership
1515
uses: actions/github-script@v6
1616
with:
17-
github-token: ${{ secrets.ACDBOT_ORG_READ_TOKEN }}
17+
github-token: ${{ secrets.GITHUB_TOKEN }}
1818
script: |
1919
// Check if the user is a member of ethereum or ethcatherders orgs
2020
let is_member = false;

0 commit comments

Comments
 (0)