mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-08 05:33:36 +00:00
infra/workflow: Declare limited permissions for regression
Note that this workflow currently imagines writing a comment. It does not actually try to do so, and thus there is no need to ask for permission to use `pull-requests: write`. If at some point, someone decides to fix that feature, they will need to add that permission. OTOH, using a GitHub Step Summary instead does not require any permissions.
This commit is contained in:
parent
af0cb93836
commit
8663e33353
1 changed files with 3 additions and 0 deletions
3
.github/workflows/regression.yml
vendored
3
.github/workflows/regression.yml
vendored
|
@ -6,6 +6,9 @@ on:
|
|||
branches:
|
||||
- main
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
Loading…
Add table
Reference in a new issue