mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-06-26 01:15:28 -06:00
Add read permission to allow for triggering builds
Some checks failed
Scorecard supply-chain security / Scorecard analysis (push) Has been cancelled
Some checks failed
Scorecard supply-chain security / Scorecard analysis (push) Has been cancelled
This commit is contained in:
parent
694ef2a8c9
commit
94faa4cacf
1 changed files with 2 additions and 1 deletions
3
.github/workflows/find-packages.yml
vendored
3
.github/workflows/find-packages.yml
vendored
|
@ -12,7 +12,8 @@ on:
|
||||||
required: false
|
required: false
|
||||||
type: boolean
|
type: boolean
|
||||||
|
|
||||||
permissions: {}
|
permissions:
|
||||||
|
contents: read
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
find-packages:
|
find-packages:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue