mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-29 02:20:39 +00:00
Restrict workflow permissions
This commit is contained in:
parent
44c945f45d
commit
47feda6ae4
3 changed files with 18 additions and 57 deletions
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
@ -7,6 +7,9 @@ on:
|
|||
pull_request:
|
||||
workflow_call:
|
||||
|
||||
permissions:
|
||||
contents: read # to fetch code (actions/checkout)
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue