julia-actions / cache

A shortcut action to cache Julia artifacts, packages, and registries.
MIT License
39 stars 9 forks source link

Mention why the extra permissions are required #108

Closed rikhuijzer closed 8 months ago

rikhuijzer commented 8 months ago

The new permissions

permissions:
  actions: write
  contents: read

can be a bit of a hassle to setup for many repositories.

It's probably good to clarify why these permissions are useful in order to avoid confusion and possibly frustration.