mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-06-07 07:55:16 +02:00
fix: permission in slack announcements action
This commit is contained in:
parent
5ab5c1d0c1
commit
c37fbcd7bc
1 changed files with 2 additions and 1 deletions
3
.github/workflows/slack-announcements.yml
vendored
3
.github/workflows/slack-announcements.yml
vendored
|
|
@ -30,7 +30,8 @@ jobs:
|
|||
if: steps.check.outputs.is_announcement == 'true'
|
||||
id: prepare_message
|
||||
run: |
|
||||
# Run the script with environment variables to avoid shell parsing issues
|
||||
# Make script executable and run it
|
||||
chmod +x ./scripts/prepare-slack-message.sh
|
||||
PAYLOAD=$(./scripts/prepare-slack-message.sh)
|
||||
|
||||
# Set output for next step
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue