Skip to content

Commit

Permalink
OXDEV-8678 Use scheduled Slack channel for GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
tkcreateit committed Sep 11, 2024
1 parent 4297609 commit 5524913
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/schedule.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
runs_on: '"ubuntu-latest"'
defaults: 'v4'
plan_folder: '.github/oxid-esales'
use_scheduled_slack_channel: true
secrets:
DOCKER_HUB_USER: ${{ secrets.DOCKER_HUB_USER }}
DOCKER_HUB_TOKEN: ${{ secrets.DOCKER_HUB_TOKEN }}
Expand All @@ -21,6 +22,7 @@ jobs:
enterprise_github_token: ${{ secrets.enterprise_github_token }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
SLACK_SCHEDULED_WEBHOOK_URL: ${{ secrets.SLACK_SCHEDULED_WEBHOOK_URL }}

push_module_pe:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 5524913

Please sign in to comment.