Skip to content

Commit eb92beb

Browse files
committed
update token to have project board access and document
1 parent 73e6e70 commit eb92beb

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.github/workflows/lifecycle-error-cycle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
4949
- name: Run lifecycle processing script
5050
env:
51-
GH_TOKEN: ${{ secrets.GH_DANGERBOT_TOKEN_LIMITED }}
51+
GH_TOKEN: ${{ secrets.QCA_DATASET_SUBMISSION_PAT }}
5252
QCA_USER: ${{ secrets.QCA_USER }}
5353
QCA_KEY: ${{ secrets.QCA_KEY }}
5454
run: |

management/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
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
2+
* org:project:(read and write) access
3+
* repo:pull request:(read and write) access
4+
5+
This token is accessed via the `QCA_DATASET_SUBMISSION_PAT` secret.
6+
7+
These tokens must be renewed periodically as GH only gives them a max lifetime of 1 year.

0 commit comments

Comments
 (0)