Skip to content

Commit

Permalink
Update auto-close-pr.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
abdullah-wn authored Jan 24, 2025
1 parent e2ffa42 commit 762fafc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto-close-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Check Organization Membership and Handle PR
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PAT_TOKEN: ${{ secrets.PAT_TOKEN }}
PAT_TOKEN: ${{ secrets.READ_ORG_TOKEN }}
ORGANIZATION: "Lazy-work"
run: |
echo "Checking if $GITHUB_ACTOR is a member of $ORGANIZATION..."
Expand Down

0 comments on commit 762fafc

Please sign in to comment.