Skip to content

Add scheduled release workflow #1410

Description

@fizyk

base on actions-reuse/.github/workflows/shared-release-schedule.yml

.. code-block:: yaml

    name: Scheduled release
    on:
      schedule:
        - cron: '17 6 1 * *'
        - cron: '17 6 * * 1'
      workflow_dispatch: {}

    jobs:
      schedule:
        uses: fizyk/actions-reuse/.github/workflows/shared-release-schedule.yml@v5.3.2
        with:
          dependency-manager: 'uv'
        secrets:
          app_id: ${{ secrets.RELEASE_APP_ID }}
          private_key: ${{ secrets.RELEASE_APP_PRIVATE_KEY }}

Copied from fizyk/pyramid_basemodel#790

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions