Skip to content

.github/workflows/update-dependencies-node.yaml #6

.github/workflows/update-dependencies-node.yaml

.github/workflows/update-dependencies-node.yaml #6

name: "Update Node Dependencies"
on:
workflow_dispatch:
schedule:
# Runs at 12:30 (GMT), which is 06:30 (CST), Monday through Friday.
- cron: "30 12 * * MON-FRI"
permissions:
contents: write
pull-requests: write
id-token: write
jobs:
update-deps:
uses: Workiva/gha-ts/.github/workflows/update-deps.yaml@v0.1.34

Check failure on line 16 in .github/workflows/update-dependencies-node.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/update-dependencies-node.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/update-dependencies-node.yaml" -> "Workiva/gha-ts/.github/workflows/update-deps.yaml@v0.1.34" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
with:
package-path: .
team-reviewers: fedx