Skip to content

Commit

Permalink
Use default env
Browse files Browse the repository at this point in the history
  • Loading branch information
ZainRizvi committed May 5, 2023
1 parent 5a383aa commit 3181a67
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 18 deletions.
8 changes: 0 additions & 8 deletions .github/actions/pytest-cache-download/action.yml
Expand Up @@ -9,12 +9,6 @@ inputs:
github-token:
description: GITHUB_TOKEN
required: true
aws-access-key-id:
description: AWS access key id
required: true
aws-secret-access-key:
description: AWS secret access key
required: true

runs:
using: composite
Expand All @@ -39,8 +33,6 @@ runs:
WORKFLOW: ${{ github.workflow }}
JOB: ${{ github.job }}
SHARD: ${{ inputs.shard }}
AWS_ACCESS_KEY_ID: ${{ inputs.aws-access-key-id }}
AWS_SECRET_ACCESS_KEY: ${{ inputs.aws-secret-access-key }}
run: |
set +x
Expand Down
8 changes: 0 additions & 8 deletions .github/actions/pytest-cache-upload/action.yml
Expand Up @@ -13,12 +13,6 @@ inputs:
github-token:
description: GITHUB_TOKEN
required: true
aws-access-key-id:
description: AWS access key id
required: true
aws-secret-access-key:
description: AWS secret access key
required: true

runs:
using: composite
Expand All @@ -43,8 +37,6 @@ runs:
WORKFLOW: ${{ github.workflow }}
JOB: ${{ github.job }}
SHARD: ${{ inputs.shard }}
AWS_ACCESS_KEY_ID: ${{ inputs.aws-access-key-id }}
AWS_SECRET_ACCESS_KEY: ${{ inputs.aws-secret-access-key }}
run: |
set -x
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/_linux-test.yml
Expand Up @@ -236,8 +236,6 @@ jobs:
github-token: ${{ secrets.GITHUB_TOKEN }}
cache_dir: .pytest_cache
shard: ${{ matrix.shard }}
aws-access-key-id: ${{ secrets.aws-access-key-id }}
aws-secret-access-key: ${{ secrets.aws-pytorch-uploader-secret-access-key }}

- name: Print remaining test logs
shell: bash
Expand Down

0 comments on commit 3181a67

Please sign in to comment.