permissions: models: read not recognized
There is a new permissions scope models
permissions:
models: read
https://docs.github.com/en/github-models/integrating-ai-models-into-your-development-workflow#using-ai-models-with-github-actions
The new permissions scope models has been added to the workflow schema used by the extension this repo provides (the GitHub Actions extension for VS Code), see https://github.com/actions/languageservices/pull/175.
Still need to wait for a new actions/languageservices release, then a new release of this extension with updated dependencies.
https://github.com/github/vscode-github-actions/blob/1df9684ecf0048ad7face8e82f494b9f1ad03976/script/workspace/package-lock.json#L47
hi, I encountered this issue right now... it seems https://github.com/actions/languageservices/pull/175 has been merged and released, so is it time to update?