mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Use Github token instead for project assignments
This commit is contained in:
parent
49a45ecac5
commit
dfa4cdf05a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/project-assigner.yml
vendored
2
.github/workflows/project-assigner.yml
vendored
|
@ -12,6 +12,6 @@ jobs:
|
|||
id: project_assigner
|
||||
with:
|
||||
issue-mappings: '[{"label": "Team:AppArch", "projectNumber": 37, "columnName": "To triage"}, {"label": "Feature:Lens", "projectNumber": 32, "columnName": "Long-term goals"}, {"label": "Team:Canvas", "projectNumber": 38, "columnName": "Inbox"}]'
|
||||
ghToken: ${{ secrets.PROJECT_ASSIGNER_TOKEN }}
|
||||
ghToken: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue