Skip to content

fix: update interface import path #141

fix: update interface import path

fix: update interface import path #141

name: test & maybe release
on:
push:
branches:
- master
pull_request:
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.event_name == 'push' && github.sha || github.ref }}
cancel-in-progress: true
jobs:
js-test-and-release:

Check failure on line 15 in .github/workflows/js-test-and-release.yml

View workflow run for this annotation

GitHub Actions / test & maybe release

Invalid workflow file

The workflow is not valid. .github/workflows/js-test-and-release.yml (Line: 15, Col: 3): Error calling workflow 'pl-strflt/uci/.github/workflows/[email protected]'. The nested job 'release' is requesting 'id-token: write', but is only allowed 'id-token: none'.
uses: pl-strflt/uci/.github/workflows/[email protected]
secrets:
DOCKER_TOKEN: ${{ secrets.DOCKER_TOKEN }}
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
UCI_GITHUB_TOKEN: ${{ secrets.UCI_GITHUB_TOKEN }}