Skip to content

Commit 4436988

Browse files
committed
Migrate AWS upload user to a different account
It turns out that an AWS user can only have two secrets at a time, to allow for credential rollover. That means that I should have created different accounts from the start. Never too late!
1 parent c4ae844 commit 4436988

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ name: Validate everything
1111
env:
1212
DOCKER_HUB_USERNAME: shepmaster
1313
GH_CONTAINER_REGISTRY_USERNAME: shepmaster
14-
AWS_ACCESS_KEY_ID: AKIAWESVHZ3J6US4DSXP
14+
AWS_ACCESS_KEY_ID: AKIAWESVHZ3JQAY5NM5K
1515
jobs:
1616
build_compiler_containers:
1717
name: Build ${{ matrix.channel }} compiler container

.github/workflows/cron.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
---
33
name: Scheduled rebuild
44
'on':
5-
workflow_dispatch:
5+
workflow_dispatch:
66
schedule:
77
- cron: 7 2 * * *
88
env:
99
DOCKER_HUB_USERNAME: shepmaster
1010
GH_CONTAINER_REGISTRY_USERNAME: shepmaster
11-
AWS_ACCESS_KEY_ID: AKIAWESVHZ3J6US4DSXP
11+
AWS_ACCESS_KEY_ID: AKIAWESVHZ3JQAY5NM5K
1212
jobs:
1313
build_compiler_containers:
1414
name: Build ${{ matrix.channel }} compiler container

ci/workflows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ components:
33
env:
44
DOCKER_HUB_USERNAME: shepmaster
55
GH_CONTAINER_REGISTRY_USERNAME: shepmaster
6-
AWS_ACCESS_KEY_ID: AKIAWESVHZ3J6US4DSXP
6+
AWS_ACCESS_KEY_ID: AKIAWESVHZ3JQAY5NM5K
77

88
- checkout: &checkout
99
name: "Checkout code"

0 commit comments

Comments
 (0)