adding github token

This commit is contained in:
David Wertenteil
2022-10-23 20:48:36 +03:00
parent 1b2242330c
commit e5fb14138e
2 changed files with 4 additions and 0 deletions

View File

@@ -25,6 +25,8 @@ jobs:
name: Build and publish artifacts
needs: create-release
runs-on: ${{ matrix.os }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]

View File

@@ -15,6 +15,8 @@ jobs:
build:
name: Create cross-platform build
runs-on: ${{ matrix.os }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]