mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-25 15:44:04 -06:00
Revert "Restrict permissions, should only need to read here."
This reverts commit 61a491f910
.
This commit is contained in:
parent
61a491f910
commit
00dbe92814
2 changed files with 2 additions and 9 deletions
5
.github/workflows/notify.yml
vendored
5
.github/workflows/notify.yml
vendored
|
@ -23,12 +23,9 @@ 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,13 +19,9 @@ 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:
|
||||||
|
@ -37,4 +33,4 @@ jobs:
|
||||||
SLACK_COLOR: '#00FF00'
|
SLACK_COLOR: '#00FF00'
|
||||||
SLACK_TITLE: Print profiles changed
|
SLACK_TITLE: Print profiles changed
|
||||||
MSG_MINIMAL: commit
|
MSG_MINIMAL: commit
|
||||||
SLACK_WEBHOOK: ${{ secrets.SLACK_CURA_PPM_HOOK }}
|
SLACK_WEBHOOK: ${{ secrets.SLACK_CURA_PPM_HOOK }}
|
Loading…
Add table
Add a link
Reference in a new issue