meta-llama / llama-models

Utilities intended for use with Llama models.
Other
4.88k stars 838 forks source link

Explicitly define write permission for PRs within GitHub Actions workflow #188

Closed ConnorHack closed 4 weeks ago

ConnorHack commented 4 weeks ago

Explicitly define write permission for PR jobs so GitHub Action integrations requiring it have full access to the workflow resources. See this GitHub Actions repository explanation for details.

Also set a default value for the environment variable api_key.

ashwinb commented 4 weeks ago

Thanks