Skip to content

Commit 2a442ed

Browse files
martypittclaude
andcommitted
Add AWS credentials to preflight-spec publish step
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent fbebb5a commit 2a442ed

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ jobs:
3232

3333
- name: Publish preflight-spec
3434
run: cd preflight-spec && ./gradlew build publishMavenPublicationToOrbitalRepository
35+
env:
36+
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
37+
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
3538

3639
- name: Build and publish preflight-core
3740
run: ./gradlew build :preflight-core:preflight-gradle-plugin:publishPlugins :preflight-core:preflight-runtime:publishMavenPublicationToOrbitalRepository

0 commit comments

Comments
 (0)