ci: ensure token can write (publish) to repo
This commit is contained in:
parent
ec7adaafe3
commit
55ac9a4596
1 changed files with 4 additions and 0 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
|
@ -9,6 +9,10 @@ jobs:
|
||||||
build-and-release:
|
build-and-release:
|
||||||
name: Build App
|
name: Build App
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
contents: write
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-latest, windows-latest, macos-latest]
|
os: [ubuntu-latest, windows-latest, macos-latest]
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue