Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

2. Create a token and add a secret - CLARIFICATION

Open
#119 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
2/5
Estimated time
1-3 hours
Newbie friendliness
45/100
Issue type
Documentation
Clarity
Mostly clear
Activity status
Stale
Tech stack
github

Research direction

Review the linked Marketplace setup instructions and GitHub fine-grained personal access token documentation first. Confirm whether the listed permissions and pre-filled URL are correct, then update the token-creation guidance so it clearly specifies the required scopes and valid link.

Written by the indexing model from the issue text.

Description

We need a GH_TOKEN is a fine-grained PAT with:

actions: write
contents: write
issues: write
pull-requests: write
metadata: read

So
https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/managing-your-personal-access-tokens#pre-filling-fine-grained-personal-access-token-details-using-url-parameters

We can pre-fill and not use:

https://github.com/settings/personal-access-tokens/new
  ?name=Repo-reading+token
  &description=Just+contents:read
  &target_name=octodemo
  &expires_in=45
  &contents=read

But maybe a link like this:

https://github.com/settings/personal-access-tokens/new
  ?name=Accessibility-scan+token
  &description=GitHub+A11y+Scanner
  &actions=write
  &contents=write
  &issues=write
  &pull_requests=write
  &metadata=read

Correct?

Dominant language
TypeScript
Stars
374
Forks
42
Avg merge
1d 13h
Merged PRs (30d)
7

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from github/accessibility-scanner

All issues in github/accessibility-scanner

Similar issues

More TypeScript issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.