Skip to content
This repository was archived by the owner on Jul 7, 2025. It is now read-only.

docs: fix the example of the input repositories #104

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -40,8 +40,9 @@ jobs:
private_key: ${{ secrets.PRIVATE_KEY }}

# Optional.
# List of repository names that the token should have access to.
# repositories: >-
# ["actions/toolkit", "github/docs"]
# ["github-app-token"]

# Optional.
# revoke: false
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
@@ -38,7 +38,7 @@ inputs:
required: true
repositories:
description: >-
The JSON-stringified array of the full names of the repositories the token should have access to.
The JSON-stringified array of the names of the repositories the token should have access to.
Defaults to all repositories that the installation can access.
See https://docs.github.com/en/rest/apps/apps?apiVersion=2022-11-28#create-an-installation-access-token-for-an-app's `repositories`.
revoke: