mirror of
https://github.com/tj-actions/changed-files
synced 2025-02-22 11:17:38 +00:00
fix: permission with release workflow (#1851)
This commit is contained in:
parent
3649d2842d
commit
8e0194b29b
1 changed files with 1 additions and 1 deletions
2
.github/workflows/sync-release-version.yml
vendored
2
.github/workflows/sync-release-version.yml
vendored
|
@ -1,7 +1,7 @@
|
||||||
name: Update release version
|
name: Update release version
|
||||||
|
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: write
|
||||||
pull-requests: write
|
pull-requests: write
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
|
Loading…
Add table
Reference in a new issue