Skip to content

linnea-oxenwaldt is running tests #135

linnea-oxenwaldt is running tests

linnea-oxenwaldt is running tests #135

Workflow file for this run

name: test action
run-name: ${{ github.actor }} is running tests
permissions:
contents: read
pages: read
id-token: write
on: [push, workflow_dispatch]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup node
uses: actions/setup-node@v3
- name: Install dependencies
run: npm ci
- name: Build and run tests
run: npm run test
- name: Build Action
run: npm run build
- name: 'Run Compliance State Action'
uses: ./
with:
cydigConfigPath: ${{ github.workspace }}/src/cydigConfig.json
PAT-token: ${{ secrets.MY_GITHUB_PAT}}
accessTokenAzureDevOps: ${{ DEVOPS_TOKEN_WORK_ITEMS }}

Check failure on line 27 in .github/workflows/test.yml

View workflow run for this annotation

GitHub Actions / test action

Invalid workflow file

The workflow is not valid. .github/workflows/test.yml (Line: 27, Col: 35): Unrecognized named-value: 'DEVOPS_TOKEN_WORK_ITEMS'. Located at position 1 within expression: DEVOPS_TOKEN_WORK_ITEMS