Skip to content

Scala Steward

Scala Steward #1144

Workflow file for this run

name: Scala Steward
# This workflow will launch at 00:00 every day
on:
schedule:
- cron: '0 0 * * *'
workflow_dispatch:
jobs:
scala-steward:
uses: softwaremill/github-actions-workflows/.github/workflows/scala-steward.yml@main

Check failure on line 11 in .github/workflows/scala-steward.yml

View workflow run for this annotation

GitHub Actions / Scala Steward

Invalid workflow file

The workflow is not valid. .github/workflows/scala-steward.yml (Line: 11, Col: 11): Secret github-token is required, but not provided while calling. .github/workflows/scala-steward.yml (Line: 13, Col: 26): Invalid secret, repo-github-token is not defined in the referenced workflow.
secrets:
repo-github-token: ${{secrets.REPO_GITHUB_TOKEN}}