Skip to content

Merge branch 'feature/kuroko_description' into develop #3

Merge branch 'feature/kuroko_description' into develop

Merge branch 'feature/kuroko_description' into develop #3

Workflow file for this run

on:
push:
branches: [develop]
pull_request:
types: [opened, synchronize, reopened]
jobs:
linter:
name: Linter
uses: sbgisen/.github/.github/workflows/linter_ros_package.yaml@main
build:
needs: linter
if: ${{ !failure() }}
name: Build
uses: sbgisen/.github/.github/workflows/ros-build.yml@main
secrets:
ssh_key: ${{ secrets.GISEN_ROBO_GIT }}
known_hosts: ${{ secrets.KNOWN_HOSTS }}
test:

Check failure on line 19 in .github/workflows/ci.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/ci.yaml

Invalid workflow file

The workflow is not valid. .github/workflows/ci.yaml (Line: 19, Col: 3): Error calling workflow 'sbgisen/.github/.github/workflows/ros-test.yml@main'. The nested job 'deploy' is requesting 'pages: write, id-token: write', but is only allowed 'pages: none, id-token: none'.
needs: linter
if: ${{ !failure() }}
name: Test
uses: sbgisen/.github/.github/workflows/ros-test.yml@main
release-drafter:
name: Release drafter
uses: sbgisen/.github/.github/workflows/release-drafter.yml@main