Skip to content

Standardize cycle txs/ahmed #58

Standardize cycle txs/ahmed

Standardize cycle txs/ahmed #58

Workflow file for this run

name: Node CI Workflow
on:
push:
branches:
- dev
pull_request:
branches:
- dev
workflow_dispatch:
inputs:
workflowBranch:
description: 'Select the branch to run the workflow on'
required: true
default: 'main'
type: choice
options:
- dev
- main
jobs:
ci-dev:

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

View workflow run for this annotation

GitHub Actions / Node CI Workflow

Invalid workflow file

The workflow is not valid. .github/workflows/ci.yml (Line: 21, Col: 3): Error calling workflow 'shardeum/github-automation/.github/workflows/node-ci-shared.yml@dev'. The workflow is requesting 'issues: write, pull-requests: write', but is only allowed 'issues: none, pull-requests: none'. .github/workflows/ci.yml (Line: 21, Col: 3): Error calling workflow 'shardeum/github-automation/.github/workflows/node-ci-shared.yml@dev'. The nested job 'pr_agent_job' is requesting 'issues: write, pull-requests: write', but is only allowed 'issues: none, pull-requests: none'.
if: ${{ github.event.inputs.workflowBranch == 'dev' }}
uses: shardeum/github-automation/.github/workflows/node-ci-shared.yml@dev
ci-main:
if: ${{ github.event.inputs.workflowBranch == 'main' || !github.event.inputs.workflowBranch }}
uses: shardeum/github-automation/.github/workflows/node-ci-shared.yml@main