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
Carlisia Thompson 2020-11-23 08:24:07 -08:00 committed by GitHub
parent a1e182e723
commit 8edf100186
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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 }}