Skip to content

Commit

Permalink
token
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Jul 5, 2024
1 parent 593e648 commit 000f35b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
with:
token: ${{ secrets.ZEROCRACY_TOKEN }}
options: |
token=${{ secrets.GITHUB_TOKEN }}
repositories=yegor256/judges,yegor256/*,-yegor256/test
summary_url=...
factbase: foo.fb
Expand Down Expand Up @@ -76,6 +77,8 @@ The following options are expected by the `zerocracy/judges-action` plugin

The following `k=v` pairs inside the `options` may be important:

* `token=...` is a default GitHub token, usually to be set to
`${{ secrets.GITHUB_TOKEN }}`
* `repositories=..` is a comma-separated list of masks that
determine the repositories to manage, where
`yegor256/*` means all repos of the user,
Expand Down

0 comments on commit 000f35b

Please sign in to comment.