-
Notifications
You must be signed in to change notification settings - Fork 80
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Grant test build wheel workflows with correct permissions #4870
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Ignored Deployment
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Those are test workflows that never upload anything, why do they need id-token: write?
They don’t do that directly, but they invoke the wheel build reusable workflow, which requires You can see the failure here https://github.com/pytorch/test-infra/actions/runs/7496638182 |
According to GH doc,
|
This needs to be add to the test workflows after #4865
This needs to be add to the test workflows after #4865