gpu-dawn: CI: correct push to hexops/mach
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
e3f055cf7a
commit
5b19a1a851
1 changed files with 2 additions and 1 deletions
|
|
@ -21,6 +21,7 @@ jobs:
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
repository: hexops/mach
|
repository: hexops/mach
|
||||||
|
token: ${{ secrets.HEXOPS_MACH_GPU_DAWN_PUSH }}
|
||||||
- name: 'gpu/dawn: update hard-coded binary release version'
|
- name: 'gpu/dawn: update hard-coded binary release version'
|
||||||
env:
|
env:
|
||||||
RELEASE_COMMIT: ${{steps.recorded_release_version.outputs.commit}}
|
RELEASE_COMMIT: ${{steps.recorded_release_version.outputs.commit}}
|
||||||
|
|
@ -29,7 +30,7 @@ jobs:
|
||||||
- name: 'gpu/dawn: use latest binary release'
|
- name: 'gpu/dawn: use latest binary release'
|
||||||
run: |
|
run: |
|
||||||
git config user.name 'Release automation'
|
git config user.name 'Release automation'
|
||||||
git config user.name 'stephen@hexops.com'
|
git config user.email 'stephen@hexops.com'
|
||||||
git add .
|
git add .
|
||||||
git commit -m 'gpu-dawn: update to latest binary release'
|
git commit -m 'gpu-dawn: update to latest binary release'
|
||||||
git push -u origin HEAD
|
git push -u origin HEAD
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue