mirror of
https://github.com/loyalpotato/potato-indexer.git
synced 2026-07-22 08:30:30 +00:00
Add permissions to action
This commit is contained in:
parent
4324f42d44
commit
d1f57e9e57
1 changed files with 3 additions and 0 deletions
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
|
|
@ -5,6 +5,9 @@ on:
|
|||
tags:
|
||||
- "*"
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
|
|||
Loading…
Reference in a new issue