Skip to content

Commit d01b915

Browse files
committed
Move contents: write permission under jobs.build in release workflow
1 parent 7709666 commit d01b915

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,11 @@ on:
55
tags:
66
- "[0-9]+.[0-9]+.[0-9]+"
77

8-
permissions:
9-
contents: write
10-
118
jobs:
129
build:
1310
runs-on: ubuntu-latest
11+
permissions:
12+
contents: write
1413

1514
steps:
1615
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)