Skip to content

merge main

merge main #3

Workflow file for this run

name: Publish to CodeVA
on:
push:
# branches:
# - main
# paths-ignore:
# - '.github/**'
# - '**/README.md'
workflow_dispatch:
permissions:
contents: write
jobs:
publish-codeva:
name: Publish CodeVA
uses: department-of-veterans-affairs/code-va/.github/workflows/build-publish-docs.yaml@main

Check failure on line 16 in .github/workflows/codeva-publish.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/codeva-publish.yml

Invalid workflow file

error parsing called workflow ".github/workflows/codeva-publish.yml" -> "department-of-veterans-affairs/code-va/.github/workflows/build-publish-docs.yaml@main" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
with:
branch: ${{ github.ref_name }}
repository: ${{ github.repository }}
secrets:
token: ${{ secrets.READ_TEAM_PAT}}