Skip to content

Commit

Permalink
fixup! chore(unix-time.mjs): update benchmark results
Browse files Browse the repository at this point in the history
  • Loading branch information
RafaelGSS committed May 14, 2024
1 parent 695fc33 commit b20e790
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/run_all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -358,9 +358,8 @@ jobs:
- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v4
with:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_KEY }}
aws-region: ${{ secrets.AWS_REGION }}
aws-region: us-west-2
role-to-assume: arn:aws:iam::800406105498:role/RafaelGSS-nodejs-bench-operations
- name: Checkout
uses: actions/checkout@v4

Expand Down
5 changes: 2 additions & 3 deletions scripts/generate-run-all.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,8 @@ jobs:
- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v4
with:
aws-access-key-id: \${{ secrets.AWS_ACCESS_KEY }}
aws-secret-access-key: \${{ secrets.AWS_SECRET_KEY }}
aws-region: \${{ secrets.AWS_REGION }}
aws-region: us-west-2
role-to-assume: arn:aws:iam::800406105498:role/RafaelGSS-nodejs-bench-operations
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit b20e790

Please sign in to comment.