mirror of
https://github.com/isar/rusqlite.git
synced 2024-11-24 18:01:37 +08:00
Add minimum permissions to rust.yml workflow
This commit is contained in:
parent
2bc25ff5de
commit
10005986e9
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
@ -17,6 +17,9 @@ env:
|
|||||||
# smaller. (TODO: use -Cdebuginfo=0 if it doesn't make backtraces useless)
|
# smaller. (TODO: use -Cdebuginfo=0 if it doesn't make backtraces useless)
|
||||||
RUSTFLAGS: -Cdebuginfo=1
|
RUSTFLAGS: -Cdebuginfo=1
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
contents: read
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
name: Test ${{ matrix.target }}
|
name: Test ${{ matrix.target }}
|
||||||
|
Loading…
Reference in New Issue
Block a user