mirror of
https://gitea.com/actions/gitea-release-action.git
synced 2024-11-22 10:09: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
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
|
|
Loading…
Reference in a new issue