Skip to content

Commit

Permalink
GitHub: Update stats-lambda.yml secret names (awsdocs#6580)
Browse files Browse the repository at this point in the history
  • Loading branch information
brmur authored Jun 25, 2024
1 parent c113101 commit 969b005
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/stats-lambda.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This workflow executes a Lamdba function that records metrics for each merged PR.
# This workflow executes a Lamdba function that records metrics for each successfully merged PR.
#
# For more information, see:
# https://github.com/marketplace/actions/invoke-aws-lambda
Expand All @@ -23,8 +23,8 @@ jobs:
- name: Invoke Lambda
uses: gagoar/invoke-aws-lambda@master
with:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_ACCESS_SECRET_KEY_ID }}
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
REGION: 'eu-west-1'
FunctionName: runTheNumbers
Payload: ${{env.JSON_PAYLOAD}}
Expand Down

0 comments on commit 969b005

Please sign in to comment.