simenandre/todoist-action

Stop using `PERSONAL_GITHUB_TOKEN` token

Open

#254 opened on Apr 19, 2023

View on GitHub
 (0 comments) (0 reactions) (0 assignees)TypeScript (2 forks)auto 404
good first issue

Repository metrics

Stars
 (31 stars)
PR merge metrics
 (PR metrics pending)

Description

Due to security-related changes to how secrets are handled, the PERSONAL_GITHUB_TOKEN token is no longer available for this repository.

It's considered too permissive to use a personal GitHub token for most use cases, so instead the TAP_GITHUB_TOKEN or the native GITHUB_TOKEN should be used/considered.

The changes are most likely relevant in .github/workflows.

Contributor guide