This repository was archived by the owner on Apr 14, 2026. It is now read-only.
try using github token rather than pat #1
Workflow file for this run
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.GITHUB_TOKEN }} | ||