You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the `setup-python` action in your GitHub Actions workflow, it is recommended to set the following permissions to ensure proper functionality:
105
+
106
+
```yaml
107
+
permissions:
108
+
contents: read # access to check out code and install dependencies
109
+
```
110
+
102
111
## License
103
112
104
113
The scripts and documentation in this project are released under the [MIT License](LICENSE).
0 commit comments