Update .github/workflows/check-org-member.yml

Co-authored-by: kiloconnect[bot] <240665456+kiloconnect[bot]@users.noreply.github.com>
This commit is contained in:
Catriel Müller
2026-02-10 18:29:54 -03:00
committed by GitHub
co-authored by kiloconnect[bot]
parent a1b337bf02
commit b4df25a894
+1 -1
View File
@@ -27,7 +27,7 @@ jobs:
uses: actions/create-github-app-token@v2
with:
app-id: ${{ secrets['kilo-maintainer-app-id'] }}
private-key: ${{ secrets.kilo-maintainer-app-secret }}
private-key: ${{ secrets['kilo-maintainer-app-secret'] }}
owner: ${{ github.repository_owner }}
- name: Check if author is org member or kilo-maintainer bot