Fix project automation (#3089)
* Fix project automation Signed-off-by: Carlisia <carlisia@vmware.com> * Case sensitive Signed-off-by: Carlisia <carlisia@vmware.com>pull/3110/head
parent
a1e182e723
commit
8edf100186
|
@ -11,5 +11,5 @@ jobs:
|
|||
- uses: alex-page/github-project-automation-plus@v0.3.0
|
||||
with:
|
||||
project: "Velero Support Triage Board"
|
||||
column: "Needs Triage"
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
column: "Needs triage"
|
||||
repo-token: ${{ secrets.GH_TOKEN }}
|
||||
|
|
Loading…
Reference in New Issue