Skip to content

Commit 86f1120

Browse files
committed
ci: add permissions to release-tag workflow
1 parent ca88ed7 commit 86f1120

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release-tag.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ jobs:
1313
release:
1414
if: github.repository == 'vitejs/vite'
1515
runs-on: ubuntu-latest
16+
permissions:
17+
contents: write # for yyx990803/release-tag to create a release tag
1618
steps:
1719
- uses: actions/checkout@v4
1820

0 commit comments

Comments
 (0)