Skip to content

Commit f9e5c9d

Browse files
committed
fix(ci): write permission required for deploy too
1 parent a385fd1 commit f9e5c9d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ on:
99
tags:
1010
- v[0-9]+.[0-9]+.[0-9]+
1111

12+
permissions:
13+
contents: write
14+
1215
jobs:
1316
test:
1417
uses: ./.github/workflows/end-to-end-tests.yml
@@ -17,8 +20,6 @@ jobs:
1720
publish:
1821
runs-on: ubuntu-20.04
1922
needs: test
20-
permissions:
21-
contents: write
2223
steps:
2324
- uses: actions/checkout@v4
2425
- name: Stop early if the tag fails any validation

0 commit comments

Comments
 (0)