From ed2f9ee1781d199d9026df30bbd69aa0db510d05 Mon Sep 17 00:00:00 2001 From: Ben Hale Date: Thu, 5 Nov 2020 04:54:03 -0800 Subject: [PATCH] GitHub Identity Signed-off-by: Ben Hale --- .github/pipeline-descriptor.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/pipeline-descriptor.yml b/.github/pipeline-descriptor.yml index c656cc6..59c3626 100644 --- a/.github/pipeline-descriptor.yml +++ b/.github/pipeline-descriptor.yml @@ -1,4 +1,6 @@ -github_token: ${{ secrets.IMPLEMENTATION_GITHUB_TOKEN }} +github: + username: ${{ secrets.IMPLEMENTATION_GITHUB_USERNAME }} + token: ${{ secrets.IMPLEMENTATION_GITHUB_TOKEN }} codeowners: - path: "*"