Skip to content

Commit 769e39b

Browse files
committed
TEST
1 parent 64ecdc0 commit 769e39b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -92,12 +92,12 @@ jobs:
9292
run: |
9393
sudo apt-get update
9494
sudo apt-get -y install poppler-utils tesseract-ocr
95-
- name: Configure AWS credentials
96-
uses: aws-actions/configure-aws-credentials@v4
97-
with:
98-
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
99-
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
100-
aws-region: ${{ secrets.AWS_DEFAULT_REGION }}
95+
# - name: Configure AWS credentials
96+
# uses: aws-actions/configure-aws-credentials@v4
97+
# with:
98+
# aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
99+
# aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
100+
# aws-region: ${{ secrets.AWS_DEFAULT_REGION }}
101101
- name: Test
102102
env:
103103
UNSTRUCTURED_HF_TOKEN: ${{ secrets.HF_TOKEN }}

0 commit comments

Comments
 (0)