|
59 | 59 | permissions: |
60 | 60 | id-token: write # Needed for OIDC to get release secrets from AWS. |
61 | 61 | attestations: write # Needed for actions/attest. |
62 | | - contents: write # Needed for creating tags. |
63 | 62 | if: ${{ needs.release-please.outputs.package-server-ai-released == 'true' }} |
64 | 63 | steps: |
65 | 64 | - uses: actions/checkout@v4 |
66 | | - with: |
67 | | - fetch-depth: 0 |
68 | 65 |
|
69 | 66 | - uses: ./.github/actions/ci |
70 | 67 | with: |
|
98 | 95 | permissions: |
99 | 96 | id-token: write # Needed for OIDC to get release secrets from AWS. |
100 | 97 | attestations: write # Needed for actions/attest. |
101 | | - contents: write # Needed for creating tags. |
102 | 98 | if: ${{ needs.release-please.outputs.package-server-ai-langchain-released == 'true' }} |
103 | 99 | steps: |
104 | 100 | - uses: actions/checkout@v4 |
105 | | - with: |
106 | | - fetch-depth: 0 |
107 | 101 |
|
108 | 102 | - uses: ./.github/actions/ci |
109 | 103 | with: |
@@ -169,12 +163,9 @@ jobs: |
169 | 163 | permissions: |
170 | 164 | id-token: write # Needed for OIDC to get release secrets from AWS. |
171 | 165 | attestations: write # Needed for actions/attest. |
172 | | - contents: write # Needed for creating tags. |
173 | 166 | if: ${{ needs.release-please.outputs.package-server-ai-openai-released == 'true' }} |
174 | 167 | steps: |
175 | 168 | - uses: actions/checkout@v4 |
176 | | - with: |
177 | | - fetch-depth: 0 |
178 | 169 |
|
179 | 170 | - uses: ./.github/actions/ci |
180 | 171 | with: |
@@ -208,12 +199,9 @@ jobs: |
208 | 199 | permissions: |
209 | 200 | id-token: write # Needed for OIDC to get release secrets from AWS. |
210 | 201 | attestations: write # Needed for actions/attest. |
211 | | - contents: write # Needed for creating tags. |
212 | 202 | if: ${{ needs.release-please.outputs.package-server-ai-optimization-released == 'true' }} |
213 | 203 | steps: |
214 | 204 | - uses: actions/checkout@v4 |
215 | | - with: |
216 | | - fetch-depth: 0 |
217 | 205 |
|
218 | 206 | - uses: ./.github/actions/ci |
219 | 207 | with: |
|
0 commit comments