From f0c45cf737ad70b4c2668b4a4225ce806f79e29f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20=C5=A0pan=C4=9Bl?= Date: Wed, 24 Aug 2022 09:01:44 +0200 Subject: [PATCH] Document token input --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index ca94090..f4b5f8e 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,12 @@ The name of a module contains the name of the project and its binary version. Example: `foo_2.13 bar_2.13` +#### - `token` (optional) + +GitHub Personal Access Token (PAT). Defaults to PAT provided by Action runner. + +Example: `${{ secrets.USER_TOKEN }}` + #### Example In this example the snapshot will not contain the graphs of `foo_2.13` and `bar_3`. @@ -100,6 +106,9 @@ permissions: ... ``` +### sbt.librarymanagement.ResolveException: Error downloading + +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.