mirror of
https://github.com/aljazceru/pubky-core.git
synced 2025-12-19 06:54:19 +01:00
docs: add permissions write to github workflow
This commit is contained in:
3
.github/workflows/rust.yaml
vendored
3
.github/workflows/rust.yaml
vendored
@@ -6,6 +6,9 @@ on:
|
|||||||
pull_request:
|
pull_request:
|
||||||
branches: [ main ]
|
branches: [ main ]
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
contents: write
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-and-test:
|
build-and-test:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|||||||
Reference in New Issue
Block a user