Skip to content

Commit 06e2e66

Browse files
committed
Use new role and key alias
1 parent fc50ee9 commit 06e2e66

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,11 @@ jobs:
6262
image_path: ${{ needs.set-env.outputs.IMAGE_PATH }}
6363
registry: ${{ needs.set-env.outputs.REGISTRY }}
6464
registry_user: ${{ needs.set-env.outputs.REGISTRY_USER }}
65-
KMS_KEY_ALIAS: SIG_Atomic_Container_Signing_GH_CI
65+
KMS_KEY_ALIAS: atomicsig
6666
AWS_REGION: us-east-1
6767
secrets:
6868
REGISTRY_TOKEN: ${{ secrets.QUAY_PASSWORD }}
69-
AWS_ROLE_ARN: arn:aws:iam::${{ secrets.AWS_ACCOUNT_ID }}:role/SIG_Atomic_GHA
69+
AWS_ROLE_ARN: arn:aws:iam::${{ secrets.AWS_ACCOUNT_ID }}:role/atomicimages
7070
permissions:
7171
contents: read
7272
packages: write

0 commit comments

Comments
 (0)