Skip to content

Commit 99b9abc

Browse files
committed
1 parent 811dee5 commit 99b9abc

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:
@@ -73,6 +76,10 @@ jobs:
7376
- run: cargo fmt --all --check
7477

7578
security_audit:
79+
permissions:
80+
checks: write
81+
contents: read
82+
issues: write
7683
runs-on: ubuntu-latest
7784
steps:
7885
- 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)