Skip to content

Commit ea2e654

Browse files
committed
ci: Add permissions
1 parent 1fd8940 commit ea2e654

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,13 @@ on:
66
branches:
77
- main
88

9+
permissions:
10+
contents: read
11+
912
jobs:
1013
test:
14+
permissions:
15+
checks: write
1116
name: OTP ${{ matrix.otp }} / rebar3 ${{ matrix.rebar3 }}
1217
runs-on: ubuntu-latest
1318

0 commit comments

Comments
 (0)