Skip to content

Commit

Permalink
Use elastic/oblt-actions/aws/auth action to authenticate with AWS (el…
Browse files Browse the repository at this point in the history
  • Loading branch information
reakaleek authored and xrmx committed Aug 19, 2024
1 parent 6f82e45 commit add8d73
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,16 +74,15 @@ jobs:
needs:
- build-distribution
runs-on: ubuntu-latest
env:
# TODO: use keyless
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
steps:
- uses: actions/checkout@v4
- uses: actions/download-artifact@v3
with:
name: build-distribution
path: ./build
- uses: elastic/oblt-actions/aws/auth@v1
with:
aws-account-id: "267093732750"
- name: Publish lambda layers to AWS
if: startsWith(github.ref, 'refs/tags')
run: |
Expand Down

0 comments on commit add8d73

Please sign in to comment.