Skip to content

Commit 3a959a5

Browse files
Remove aws creds and gh token
1 parent 3e8be6c commit 3a959a5

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

.github/workflows/unit-test.yaml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,9 @@ jobs:
1111
strategy:
1212
matrix:
1313
python-version: [3.6, 3.7, 3.8]
14+
1415

1516
steps:
16-
- name: configure aws credentials
17-
uses: mapbox/configure-aws-credentials-internal@v5
18-
with:
19-
target-account-id: ${{ vars.AWS_ACCOUNT_ID_DEFAULT }}
20-
21-
- name: setup GH reader token
22-
uses: mapbox/setup-github-tokens@v2
23-
with:
24-
scope-type: 'reader'
25-
2617
- uses: actions/checkout@v4
2718

2819
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)