Skip to content

Commit 2fee3dd

Browse files
committed
docs: clarify access requirements
1 parent 649eb04 commit 2fee3dd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/github-workflow.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,9 @@ This is a manual step, until automation is ready:
1414
- i.e. commit, push, open a PR and merge it, if necessary
1515
4. Add a `WIBY_TOKEN` secret
1616
- create a new one at https://github.com/settings/tokens, required scopes: `repo:status` and `public_repo`
17-
- the account has to have push access to the test repositories - you will probably want to fork the dependents into that account (or a separate organization)
17+
- the account has to have _push_ (merge access not necessary) access to the test repositories - you will probably want to fork the dependents into that account (or a separate organization)
1818
- you may want to use a robot account which _does not have **any** merge access_, as Github does not allow restricting tokens to a subset of repositories
19+
- the bot account does not need to have access to the original repository (only to the forks used for testing)
1920

2021

2122
## Usage

0 commit comments

Comments
 (0)