Skip to content

feat: update to latest sequencer with Native support #757

feat: update to latest sequencer with Native support

feat: update to latest sequencer with Native support #757

Workflow file for this run

---
name: Workflow - CI
on:
push:
branches: [main]
pull_request:
branches:
- main
permissions:
checks: write # For trunk to post annotations
contents: read # For repo checkout
jobs:
trunk:
name: Trunk
uses: ./.github/workflows/trunk-check.yml
tests:

Check failure on line 20 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / Workflow - CI

Invalid workflow file

The workflow is not valid. .github/workflows/ci.yml (Line: 20, Col: 3): Error calling workflow 'kkrt-labs/ef-tests/.github/workflows/test.yml@86066ebe3534763f908c14669a136cb56aaec61f'. The workflow is requesting 'actions: read, attestations: read, deployments: read, discussions: read, issues: read, packages: read, pages: read, pull-requests: read, repository-projects: read, statuses: read, security-events: read, id-token: read', but is only allowed 'actions: none, attestations: none, deployments: none, discussions: none, [...]
name: Rust tests
uses: ./.github/workflows/test.yml