We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06a925c commit 86716c0Copy full SHA for 86716c0
.github/workflows/lint.yml
@@ -12,6 +12,9 @@ on:
12
jobs:
13
python-source-and-configs:
14
uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
15
+ permissions:
16
+ id-token: write
17
+ contents: read
18
with:
19
repository: pytorch/vision
20
test-infra-ref: main
@@ -39,6 +42,9 @@ jobs:
39
42
40
43
c-source:
41
44
45
46
47
48
49
50
@@ -66,6 +72,9 @@ jobs:
66
72
67
73
python-types:
68
74
75
76
77
69
78
70
79
71
80
0 commit comments