This repository was archived by the owner on Apr 14, 2026. It is now read-only.
Merge branch 'main' into hya-6184-deploy-codeva #8
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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
|
||
| with: | ||
| branch: ${{ github.ref_name }} | ||
| repository: ${{ github.repository }} | ||
| secrets: | ||
| token: ${{ secrets.READ_TEAM_PAT}} | ||