Skip to content

with permissiosn

with permissiosn #6

Workflow file for this run

name: 🧱 Build and Test Service
run-name: 🧱 Build and Test ${{ github.ref_name }}
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
permissions:
id-token: write
contents: write
on:
workflow_dispatch:
push:
branches:
- 'feature/*'
jobs:
build-and-test:
uses: dvsa/cvs-devops/.github/workflows/develop-tag-deploy.yaml@feature/CB2-10709

Check failure on line 18 in .github/workflows/build_and_test.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/build_and_test.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/build_and_test.yaml" -> "dvsa/cvs-devops/.github/workflows/develop-tag-deploy.yaml@feature/CB2-10709" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
with:
service-branch: ${{ github.ref_name }}
service-repository: ${{ github.repository }}