GitHub Personal Access Token
To access sol3-sdk source code and published artifacts, you will need to create
a Personal Access Token
with read:packages permissions.
Steps
Go to the Personal Access Tokens (classic) page on GitHub (requires login).
Click “Generate new token” / “Generate new token (classic)”
Give it a name (e.g.
sol3-sdk-pat)Specify an expiration.
Select
read:packages(and nothing else)Click “Generate Token”
Copy the token and save it. A common pattern is to place it in the
~/.bashrcof the development machine you will be using to access thesol3-sdk(e.g.export GITHUB_PAT="<pat_contents>")