Skip to content

Commit 3fe8995

Browse files
authored
Update gradle_release.yml to contents write
1 parent ed674be commit 3fe8995

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/gradle_release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,15 @@ on:
1010
tags:
1111
- 'v3.*.*'
1212

13+
permissions:
14+
contents: read
15+
1316
jobs:
1417
build:
1518

1619
runs-on: ubuntu-latest
20+
permissions:
21+
contents: write
1722
env:
1823
CI_BUILD_NUMBER: ${{ github.run_number }}
1924
steps:

0 commit comments

Comments
 (0)