Skip to content

temp: try publish stage reusable workflow #1

temp: try publish stage reusable workflow

temp: try publish stage reusable workflow #1

on:
push:
branches:
- "**"
pull_request:
branches:
- "main"
#on:
# push:
# branches:
# - "main"
jobs:
build-and-deploy:
uses: NationalLibraryOfNorway/tekst-workflows/.github/workflows/node-build-and-deploy.yml@feat/node-workflows

Check failure on line 15 in .github/workflows/publish-stage-release.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/publish-stage-release.yml

Invalid workflow file

error parsing called workflow ".github/workflows/publish-stage-release.yml" -> "NationalLibraryOfNorway/tekst-workflows/.github/workflows/node-build-and-deploy.yml@feat/node-workflows" (source branch with sha:9d116c5731c8f100a0762447f57f32978432b19d) --> "NationalLibraryOfNorway/tekst-workflows/.github/workflows/node-verify-and-upload-artifact.yml@main" : failed to fetch workflow: workflow was not found.
with:
ENVIRONMENT: "stage"
NODE_VERSION: "20.17.0"
SET_ENV: true
BUILD_OUTPUT_PATH: ".next"
secrets:
VAULT_URL: ${{ secrets.VAULT_URL }}
VAULT_SECRET_PATH: kv/team/text/data
VAULT_ROLE_ID: ${{ secrets.VAULT_ROLE_ID }}
VAULT_SECRET_ID: ${{ secrets.VAULT_SECRET_ID }}