nert-nlp / legal-cgel

Treebank of legal English in the CGEL framework
4 stars 0 forks source link

Create create_cache.yml #42

Closed m3ru closed 2 months ago

bwaldon commented 3 months ago

Looks great. Can you experiment with adding this line, to disable all permissions?

permissions: {}

(See https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/controlling-permissions-for-github_token#defining-access-for-the-github_token-permissions)

This might be redundant (because we're not passing GITHUB_TOKEN credentials to this workflow); if it's not redundant, I'd be curious to know whether the script can still execute. (I think it should be able to).

m3ru commented 2 months ago

Added permissions: {} -- system worked on my fork.