gpu-dawn: authenticate the GH CLI

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2022-02-11 16:53:21 -07:00 committed by Stephen Gutekanst
parent 1807e7b2f3
commit b93dc4a207
4 changed files with 10 additions and 0 deletions

View file

@ -9,3 +9,5 @@ jobs:
steps:
- name: Create draft
run: gh release create $(git rev-parse --short HEAD) --title "Automatic release of main @ $(git rev-parse --short HEAD)"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}