Skip to content

Commit

Permalink
Use configure-aws-credentials workflow instead of passing `secret_a…
Browse files Browse the repository at this point in the history
…ccess_key` (valkey-io#1363)

This PR fixes valkey-io#1346 where we can get rid of the long term credentials by
using OpenID Connect. OpenID Connect (OIDC) allows your GitHub Actions
workflows to access resources in Amazon Web Services (AWS), without
needing to store the AWS credentials as long-lived GitHub secrets.

---------

Signed-off-by: vudiep411 <[email protected]>
  • Loading branch information
vudiep411 committed Dec 15, 2024
1 parent 8f18f8a commit dc4e0a1
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 265 deletions.
95 changes: 0 additions & 95 deletions .github/workflows/build-release-packages.yml

This file was deleted.

74 changes: 0 additions & 74 deletions .github/workflows/call-build-linux-arm-packages.yml

This file was deleted.

72 changes: 0 additions & 72 deletions .github/workflows/call-build-linux-x86-packages.yml

This file was deleted.

24 changes: 0 additions & 24 deletions .github/workflows/trigger-valkey-container.yml

This file was deleted.

0 comments on commit dc4e0a1

Please sign in to comment.