diff --git a/.github/workflows/audit.yml b/.github/workflows/audit.yml new file mode 100644 index 0000000..f0f003e --- /dev/null +++ b/.github/workflows/audit.yml @@ -0,0 +1,19 @@ +name: Audit organization +on: + schedule: + - cron: '0 9 * * 1' # every Monday 09:00 UTC + workflow_dispatch: + +jobs: + audit: + runs-on: ubuntu-latest + permissions: + issues: write + steps: + - uses: avivkeller/organization-auditor@1d9dadd60b64170295a07e6caee452d71999e641 # v1.0.0 + with: + org: nodejs + token: ${{ secrets.GH_USER_TOKEN }} + ignore-repositories: nodejs/moderation,nodejs/ambassadors,nodejs/collaborators-public-votes + ignore-teams: collaborators,tsc,package-maintainence,bots,ambassadors,moderation,marketing + interaction-types: commit,pr,pr-review,pr-comment,issue,issue-comment diff --git a/request-an-access-token.md b/request-an-access-token.md index 25f40ae..06b2437 100644 --- a/request-an-access-token.md +++ b/request-an-access-token.md @@ -52,6 +52,7 @@ Repo | Secret name | Expirati [`nodejs-private/security-release`][] | `SECURITY_WG_GITHUB_TOKEN` | 2027-01-30 | | [`nodejs/require-in-the-middle`][] | `RELEASE_PLEASE_GITHUB_TOKEN` | 2027-01-30 | | [`nodejs/orchestrion-js`][] | `RELEASE_PLEASE_GITHUB_TOKEN` | 2026-11-08 | | +[`nodejs/admin`][] | `GH_USER_TOKEN` | | | [`@nodejs-github-bot`]: https://github.com/nodejs-github-bot [`nodejs-private/security-release`]: https://github.com/nodejs-private/security-release @@ -63,3 +64,4 @@ Repo | Secret name | Expirati [`nodejs/require-in-the-middle`]: https://github.com/nodejs/require-in-the-middle [`nodejs/wasm-builder`]: https://github.com/nodejs/wasm-builder [`nodejs/doc-kit`]: https://github.com/nodejs/doc-kit +[`nodejs/admin`]: https://github.com/nodejs/admin \ No newline at end of file