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
For the GitHub automation to read and update the Dataset Tracking project board, it's necessary to make a token available to the automation with at least
1
+
For the GitHub automation to read and update the Dataset Tracking project board, it's necessary to make a Personal Access Token with the "resource owner" set to "openforcefield" available to the automation with at least
2
2
* org:project:(read and write) access
3
3
* repo:pull request:(read and write) access
4
4
5
5
This token is accessed via the `QCA_DATASET_SUBMISSION_PAT` secret.
6
6
7
-
These tokens must be renewed periodically as GH only gives them a max lifetime of 1 year.
7
+
These tokens must be renewed periodically as GH only permits them a max lifetime of 1 year.
0 commit comments