Commit d55298d
fix(gh-pages): use gha-s3-frontend-push role for build-artifacts upload (#436)
* security: migrate from vulnerable gha-deployment to secure role
* fix(gh-pages): use gha-s3-frontend-push role for build-artifacts upload
The deployment role is read-only on build-artifact buckets by design;
PutObject is denied. Switch to gha-s3-frontend-push, which grants write
on artifact buckets (and intentionally omits DeleteObject to prevent
artifact tampering).
Requires babylonlabs-io/terraform#235 to be applied first so the push
role's trust policy permits this repo.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>1 parent e3adfb2 commit d55298d
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | | - | |
78 | | - | |
| 77 | + | |
| 78 | + | |
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
| |||
0 commit comments