mirror of
https://github.com/matifali/update-coder-template.git
synced 2025-11-12 02:11:43 +08:00
Set permission for version.yaml
This commit is contained in:
parent
86903bcfdb
commit
cb6500ec3b
1 changed files with 3 additions and 0 deletions
3
.github/workflows/version.yaml
vendored
3
.github/workflows/version.yaml
vendored
|
|
@ -4,6 +4,9 @@ on:
|
||||||
release:
|
release:
|
||||||
types: [published, edited]
|
types: [published, edited]
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
contents: write
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
actions-tagger:
|
actions-tagger:
|
||||||
runs-on: windows-latest
|
runs-on: windows-latest
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue