mirror of
https://gitea.com/actions/gitea-release-action.git
synced 2024-11-10 10:21:07 +07:00
fix: Add permission for workflow
This commit is contained in:
parent
ce62ea769e
commit
e458649bef
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 New Issue
Block a user