mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-24 03:11:03 -07:00
Restrict permissions, should only need to read here.
This commit is contained in:
parent
15f31a7c0c
commit
61a491f910
2 changed files with 9 additions and 2 deletions
5
.github/workflows/notify.yml
vendored
5
.github/workflows/notify.yml
vendored
|
|
@ -23,9 +23,12 @@ on:
|
||||||
required: true
|
required: true
|
||||||
type: string
|
type: string
|
||||||
|
|
||||||
|
permissions: {}
|
||||||
jobs:
|
jobs:
|
||||||
slackNotification:
|
slackNotification:
|
||||||
|
permissions:
|
||||||
|
contents: read
|
||||||
|
|
||||||
name: Slack Notification
|
name: Slack Notification
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
|
||||||
|
|
@ -19,9 +19,13 @@ on:
|
||||||
- 'resources/intent/ultimaker**'
|
- 'resources/intent/ultimaker**'
|
||||||
- 'resources/quality/ultimaker**'
|
- 'resources/quality/ultimaker**'
|
||||||
- 'resources/variants/ultimaker**'
|
- 'resources/variants/ultimaker**'
|
||||||
|
|
||||||
permissions: {}
|
permissions: {}
|
||||||
jobs:
|
jobs:
|
||||||
slackNotification:
|
slackNotification:
|
||||||
|
permissions:
|
||||||
|
contents: read
|
||||||
|
|
||||||
name: Slack Notification
|
name: Slack Notification
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue