mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-01-22 16:46:28 +01:00
Need permissions
This commit is contained in:
parent
834b1fe1e1
commit
42db913b22
1 changed files with 2 additions and 0 deletions
2
.github/workflows/tagrelease.yml
vendored
2
.github/workflows/tagrelease.yml
vendored
|
@ -9,6 +9,8 @@ on:
|
|||
jobs:
|
||||
release:
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
contents: write
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue