Skip to content

Commit 4753648

Browse files
taiki-enotgull
authored andcommitted
1 parent d19a52e commit 4753648

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: CI
22

3+
permissions:
4+
contents: read
5+
36
on:
47
pull_request:
58
push:
@@ -138,6 +141,10 @@ jobs:
138141
- run: cargo fmt --all --check
139142

140143
security_audit:
144+
permissions:
145+
checks: write
146+
contents: read
147+
issues: write
141148
runs-on: ubuntu-latest
142149
steps:
143150
- uses: actions/checkout@v3

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: Release
22

3+
permissions:
4+
contents: write
5+
36
on:
47
push:
58
tags:

0 commit comments

Comments
 (0)