Skip to content

Commit

Permalink
Fix project automation (vmware-tanzu#3089)
Browse files Browse the repository at this point in the history
* Fix project automation

Signed-off-by: Carlisia <[email protected]>

* Case sensitive

Signed-off-by: Carlisia <[email protected]>
  • Loading branch information
Carlisia Thompson authored and Suraj Banakar committed Feb 3, 2021
1 parent 2fdb885 commit 57bb03b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/opened-issues-triage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ jobs:
- uses: alex-page/[email protected]
with:
project: "Velero Support Triage Board"
column: "Needs Triage"
repo-token: ${{ secrets.GITHUB_TOKEN }}
column: "Needs triage"
repo-token: ${{ secrets.GH_TOKEN }}

0 comments on commit 57bb03b

Please sign in to comment.