mirror of
https://github.com/datafolklabs/cement.git
synced 2026-02-06 11:56:51 +00:00
ci: add minimal permissions for github actions
This commit is contained in:
parent
80da0029ed
commit
bd0d5eb878
4
.github/workflows/build_and_test.yml
vendored
4
.github/workflows/build_and_test.yml
vendored
@ -1,5 +1,9 @@
|
||||
name: Build & Test
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
pull-requests: write
|
||||
|
||||
on: [pull_request]
|
||||
|
||||
env:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user