From 5b19a1a85103677c7d15009e8fe8b7e8ac642825 Mon Sep 17 00:00:00 2001 From: Stephen Gutekanst Date: Sat, 12 Feb 2022 16:41:19 -0700 Subject: [PATCH] gpu-dawn: CI: correct push to hexops/mach Signed-off-by: Stephen Gutekanst --- gpu-dawn/.github/workflows/publish_release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gpu-dawn/.github/workflows/publish_release.yml b/gpu-dawn/.github/workflows/publish_release.yml index f620507a..bfb68c80 100644 --- a/gpu-dawn/.github/workflows/publish_release.yml +++ b/gpu-dawn/.github/workflows/publish_release.yml @@ -21,6 +21,7 @@ jobs: uses: actions/checkout@v2 with: repository: hexops/mach + token: ${{ secrets.HEXOPS_MACH_GPU_DAWN_PUSH }} - name: 'gpu/dawn: update hard-coded binary release version' env: RELEASE_COMMIT: ${{steps.recorded_release_version.outputs.commit}} @@ -29,7 +30,7 @@ jobs: - name: 'gpu/dawn: use latest binary release' run: | git config user.name 'Release automation' - git config user.name 'stephen@hexops.com' + git config user.email 'stephen@hexops.com' git add . git commit -m 'gpu-dawn: update to latest binary release' git push -u origin HEAD