mirror of
https://gitea.com/actions/gitea-release-action.git
synced 2024-11-22 18:19:38 +01:00
fix: Add permission for workflow
This commit is contained in:
parent
5951579e82
commit
8b3b4f4429
1 changed files with 3 additions and 0 deletions
3
.github/workflows/publish.yml
vendored
3
.github/workflows/publish.yml
vendored
|
@ -1,5 +1,8 @@
|
||||||
name: Build and Publish
|
name: Build and Publish
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
contents: write
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
tags:
|
tags:
|
||||||
|
|
Loading…
Reference in a new issue