# websdk-project-automation **Repository Path**: mirrors_getsentry/websdk-project-automation ## Basic Information - **Project Name**: websdk-project-automation - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-06-16 - **Last Updated**: 2026-03-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Automation for Sentry Github Projects ## Configuration The repository must contain a [secret](https://docs.github.com/en/actions/reference/encrypted-secrets) called `MY_GITHUB_TOKEN` with a GitHub Personal Access Token with at least `public_repo`, and `write:org` permissions. | Permission | Reason | | ---------- | ------ | | `public_repo` | Required to search issues in public repositories | | `write:org` | Required to create cards in an organization project (the team board) | | `read:org` | Required to read cards in an organization project (the team board) | If running the code locally, the configuration is done through environment variables. Requirements: | Variable | Description | | -------------- | ----------- | | `GITHUB_TOKEN` | A GitHub (Personal Access) Token with at least `public_repo` and `write:org` permissions (see above) |