CI: authenticate pushes to subrepositories properly

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2022-02-12 18:06:20 -07:00
parent c22b2f660f
commit 6e5b3e393c
2 changed files with 6 additions and 6 deletions

View file

@ -9,9 +9,9 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
with:
token: ${{ secrets.HEXOPS_MACH_PUSH_SUBREPOS }}
- name: 'gpu/dawn: use latest binary release'
- name: 'Push recent commits to subrepositories'
env:
ACCESS_TOKEN: ${{ secrets.HEXOPS_MACH_PUSH_SUBREPOS }}
run: |
git config user.name 'Repository synchronization automation'
git config user.email 'stephen@hexops.com'