Skip to content

Commit 2232df7

Browse files
committed
1 parent 8b97c4e commit 2232df7

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:
@@ -90,6 +93,10 @@ jobs:
9093
RUSTFLAGS: ${{ env.RUSTFLAGS }} -Z randomize-layout
9194

9295
security_audit:
96+
permissions:
97+
checks: write
98+
contents: read
99+
issues: write
93100
runs-on: ubuntu-latest
94101
steps:
95102
- 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)