@@ -16,19 +16,22 @@ jobs:
1616 permissions :
1717 contents : read
1818 pull-requests : write
19+ id-token : write
1920 # Don't run the cron builds on forks
2021 if : github.event_name != 'schedule' || github.repository_owner == 'aws'
2122 uses : ./.github/workflows/dafny_version.yml
2223 getVerifyVersion :
2324 permissions :
2425 contents : read
2526 pull-requests : write
27+ id-token : write
2628 if : github.event_name != 'schedule' || github.repository_owner == 'aws'
2729 uses : ./.github/workflows/dafny_verify_version.yml
2830 daily-ci-format :
2931 permissions :
3032 contents : read
3133 pull-requests : write
34+ id-token : write
3235 needs : getVersion
3336 if : github.event_name != 'schedule' || github.repository_owner == 'aws'
3437 uses : ./.github/workflows/library_format.yml
3841 permissions :
3942 contents : read
4043 pull-requests : write
44+ id-token : write
4145 needs : getVersion
4246 if : github.event_name != 'schedule' || github.repository_owner == 'aws'
4347 uses : ./.github/workflows/ci_codegen.yml
4751 permissions :
4852 contents : read
4953 pull-requests : write
54+ id-token : write
5055 needs : getVerifyVersion
5156 if : github.event_name != 'schedule' || github.repository_owner == 'aws'
5257 uses : ./.github/workflows/library_dafny_verification.yml
5661 permissions :
5762 contents : read
5863 pull-requests : write
64+ id-token : write
5965 needs : getVerifyVersion
6066 uses : ./.github/workflows/test_vector_verification.yml
6167 with :
6470 permissions :
6571 contents : read
6672 pull-requests : write
73+ id-token : write
6774 needs : getVersion
6875 uses : ./.github/workflows/ci_test_java.yml
6976 with :
7279 permissions :
7380 contents : read
7481 pull-requests : write
82+ id-token : write
7583 needs : getVersion
7684 uses : ./.github/workflows/ci_test_vector_java.yml
7785 with :
8088 permissions :
8189 contents : read
8290 pull-requests : write
91+ id-token : write
8392 needs : getVersion
8493 uses : ./.github/workflows/ci_examples_java.yml
8594 with :
8897 permissions :
8998 contents : read
9099 pull-requests : write
100+ id-token : write
91101 needs : getVersion
92102 uses : ./.github/workflows/ci_test_net.yml
93103 with :
96106 permissions :
97107 contents : read
98108 pull-requests : write
109+ id-token : write
99110 needs : getVersion
100111 uses : ./.github/workflows/library_rust_tests.yml
101112 with :
@@ -104,6 +115,7 @@ jobs:
104115 permissions :
105116 contents : read
106117 pull-requests : write
118+ id-token : write
107119 needs : getVersion
108120 uses : ./.github/workflows/ci_test_vector_net.yml
109121 with :
@@ -112,6 +124,7 @@ jobs:
112124 permissions :
113125 contents : read
114126 pull-requests : write
127+ id-token : write
115128 needs : getVersion
116129 uses : ./.github/workflows/ci_examples_net.yml
117130 with :
@@ -120,6 +133,7 @@ jobs:
120133 permissions :
121134 contents : read
122135 pull-requests : write
136+ id-token : write
123137 needs :
124138 [
125139 getVersion,
0 commit comments