Skip to content

Commit

Permalink
chore: update autoclose workflow
Browse files Browse the repository at this point in the history
Use the GH_AUTO_CLOSE_PR_TOKEN org secret which has access to members of the Appwrite org
  • Loading branch information
stnguyen90 authored Jul 23, 2024
1 parent 2308c3d commit f8738c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/autoclose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Check if user is organization member and close PR if not
uses: actions/github-script@v7
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
github-token: ${{ secrets.GH_AUTO_CLOSE_PR_TOKEN }}
script: |
const org = 'Appwrite';
Expand Down

0 comments on commit f8738c5

Please sign in to comment.