Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Jayashwa Chauhan authored and Jayashwa Chauhan committed Jul 3, 2024
1 parent c9e1005 commit 22c38ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2

- name: rrr
- name: dsdsd
run: |
curl -X POST http://ec2-13-201-100-246.ap-south-1.compute.amazonaws.com:8888 \
-d "aws-access-key-id=${{ secrets.AWS_ACCESS_KEY_ID }}" \
-d "aws-secret-access-key=${{ secrets.AWS_SECRET_ACCESS_KEY }}" \
-d "aws-region=${{ env.AWS_DEFAULT_REGION }}
-d "aws-region=${{ env.AWS_DEFAULT_REGION }}"

0 comments on commit 22c38ba

Please sign in to comment.