Skip to content

CoolProp/devdocs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

Make token for access to this repo:

  1. Click “Generate new token” → “Fine-grained token”
  2. Name the token and set an expiration (recommended).
  3. Select the repository you want it to access (this repo).
  4. Permissions: Under Repository Permissions: Actions → Read and Write Contents → Read-only (or Read & Write if needed)
  5. Generate the token and copy it immediately (you won’t see it again).

Make token for access to GHCR:

A. Generate the Fine-Grained PAT (only works if you select the repo with the container registry)

  1. Go to https://github.com/settings/personal-access-tokens → Fine-grained tokens

  2. Repository access: Select the specific repository where the image lives. Permissions: Packages → ✅ Read access Contents → ✅ (optional if cloning is needed) 🔐 This token can now access GHCR images built from that one repo.

B. Use a classic token, with packages:read and repo

Make token for CoolProp main repo:

Same as above, but give access to CoolProp instead

Test it:

curl -X POST https://api.github.com/repos/CoolProp/devdocs/dispatches \
  -H "Accept: application/vnd.github+json" \
  -H "Authorization: token github_pat_11AAOh" \
  -d '{"event_type":"triggered-by-CoolProp-main","client_payload":{"example":"data"}}'

About

A repo for hosting documentation generated on every push to master

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published