Try givingpermission
This commit is contained in:
parent
c91edfeb17
commit
640f9afba5
1 changed files with 3 additions and 0 deletions
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
|
@ -4,6 +4,9 @@ on:
|
||||||
push:
|
push:
|
||||||
branches: ["main"]
|
branches: ["main"]
|
||||||
tags: ["v*"]
|
tags: ["v*"]
|
||||||
|
permissions:
|
||||||
|
contents: write
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
name: Build packages
|
name: Build packages
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue