name: Cron on: workflow_dispatch: schedule: - cron: '*/5 * * * *' jobs: cron: runs-on: ubuntu-latest steps: - uses: backstage/actions/cron@v0.6.3 with: app-id: ${{ secrets.BACKSTAGE_GOALIE_APPLICATION_ID }} private-key: ${{ secrets.BACKSTAGE_GOALIE_PRIVATE_KEY }} installation-id: ${{ secrets.BACKSTAGE_GOALIE_INSTALLATION_ID }}