Skip to content

Commit 07a2e73

Browse files
committed
ci(build): Update permissions
1 parent b4bade2 commit 07a2e73

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,13 @@ on:
44
workflow_dispatch:
55
push:
66

7+
permissions:
8+
contents: write
9+
710
jobs:
811
build:
912
runs-on: ubuntu-latest
13+
name: Build
1014
steps:
1115
- uses: actions/checkout@v4
1216
- name: Set up JDK
@@ -36,6 +40,7 @@ jobs:
3640
dependency-submission:
3741
if: ${{ github.ref_type == 'branch' && github.ref_name == 'main' }}
3842
runs-on: ubuntu-latest
43+
name: Dependency Submission
3944
steps:
4045
- name: Checkout sources
4146
uses: actions/checkout@v4

0 commit comments

Comments
 (0)