Skip to content

fixup! CI: Add cheshire CI #53

fixup! CI: Add cheshire CI

fixup! CI: Add cheshire CI #53

Workflow file for this run

# Copyright 2024 PULP Platform
# Licensed under the Apache License, Version 2.0, see LICENSE for details.
# SPDX-License-Identifier: Apache-2.0
name: cheshire-integration
on: [ push, pull_request_target, workflow_dispatch ]
jobs:
integrate:
runs-on: ubuntu-latest
timeout-minutes: 200
if: github.repository == 'pulp-platform/cva6'
steps:
- name: Integrate into cheshire
uses: pulp-platform/pulp-actions/integrate@nw/github-integration-ci
with:
ip-name: cva6
org: pulp-platform
repo: cheshire
base-ref: cva6/pulp-v1.0.0
token: ${{ secrets.CHESHIRE_TOKEN }}
lifetime: 120