Fix GitHub Actions: add OIDC role + CloudFront invalidation

This commit is contained in:
Greg Hendrickson
2026-01-27 23:21:54 +00:00
parent bd8cd0823b
commit e797181063

View File

@@ -30,3 +30,9 @@ jobs:
--exclude ".github/*" \
--exclude "README.md" \
--delete
- name: Invalidate CloudFront cache
run: |
aws cloudfront create-invalidation \
--distribution-id E33B2483TZ50S9 \
--paths "/*"