vscode-github-actions icon indicating copy to clipboard operation
vscode-github-actions copied to clipboard

permissions: models: read not recognized

Open pelikhan opened this issue 9 months ago • 2 comments

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

pelikhan avatar Apr 19 '25 14:04 pelikhan

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

muzimuzhi avatar Apr 19 '25 16:04 muzimuzhi

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?

resYuto avatar May 27 '25 20:05 resYuto