Skip to content

Commit b7195c4

Browse files
authored
Merge pull request #56 from OndrejSpanel/document-token-input
Document token input
2 parents 48991df + f0c45cf commit b7195c4

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,12 @@ The name of a module contains the name of the project and its binary version.
4545

4646
Example: `foo_2.13 bar_2.13`
4747

48+
#### - `token` (optional)
49+
50+
GitHub Personal Access Token (PAT). Defaults to PAT provided by Action runner.
51+
52+
Example: `${{ secrets.USER_TOKEN }}`
53+
4854
#### Example
4955

5056
In this example the snapshot will not contain the graphs of `foo_2.13` and `bar_3`.
@@ -100,6 +106,9 @@ permissions:
100106
...
101107
```
102108

109+
### sbt.librarymanagement.ResolveException: Error downloading
110+
111+
This error may happen when you try to access artifacts from private GitHub packages with the default GitHub token. You need to pass personal access token which is allowed to access private packages in the `token` input.
103112

104113

105114

0 commit comments

Comments
 (0)