Skip to content

Commit 030a8e0

Browse files
ci(github): tidy permissions in build.yml
1 parent 1e26ef1 commit 030a8e0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
name: build
22
on: [push, pull_request]
33

4+
permissions:
5+
contents: write
6+
47
jobs:
58
build:
69
runs-on: ubuntu-latest
7-
permissions:
8-
contents: write
910

1011
steps:
1112
- name: Checkout repository

0 commit comments

Comments
 (0)