Skip to content

.github/workflows/create-github-release-daily.yml #43

.github/workflows/create-github-release-daily.yml

.github/workflows/create-github-release-daily.yml #43

name: Create Github Release Daily (on schedule)
on:
workflow_dispatch:
schedule:
- cron: '00 13 * * *' #Daily
permissions:
contents: write
packages: read
issues: read
pull-requests: read
repository-projects: read
jobs:
post-to-slack-release-notes-dev:
uses: x-b-e/internal_shared/.github/workflows/shared-release-notes-daily.yml@main

Check failure on line 17 in .github/workflows/create-github-release-daily.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/create-github-release-daily.yml

Invalid workflow file

error parsing called workflow ".github/workflows/create-github-release-daily.yml" -> "x-b-e/internal_shared/.github/workflows/shared-release-notes-daily.yml@main" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
with:
report_title: 'Summarize Meeting Daily Release Notes'
secrets:
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}