The permissions are causing an error:
The workflow is not valid. .github/workflows/js-test-and-release.yml (Line: 19, Col: 3): Error calling workflow 'pl-strflt/uci/.github/workflows/js-test-and-release.yml@v0.0'. The nested job 'release' is requesting 'pull-requests: write, id-token: write', but is only allowed 'pull-requests: none, id-token: none'.
If I replace the call out to the action in this repo with the template file itself it seems to work. Any ideas?
The permissions are causing an error:
If I replace the call out to the action in this repo with the template file itself it seems to work. Any ideas?