Skip to content

Commit 9ff587e

Browse files
committed
1 parent 97b97f4 commit 9ff587e

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:
@@ -100,6 +103,10 @@ jobs:
100103
RUSTFLAGS: ${{ env.RUSTFLAGS }} -Z randomize-layout
101104

102105
security_audit:
106+
permissions:
107+
checks: write
108+
contents: read
109+
issues: write
103110
runs-on: ubuntu-latest
104111
steps:
105112
- 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)