We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e8be6c commit 3a959a5Copy full SHA for 3a959a5
.github/workflows/unit-test.yaml
@@ -11,18 +11,9 @@ jobs:
11
strategy:
12
matrix:
13
python-version: [3.6, 3.7, 3.8]
14
+
15
16
steps:
- - 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
24
- scope-type: 'reader'
25
26
- uses: actions/checkout@v4
27
28
- name: Set up Python ${{ matrix.python-version }}
0 commit comments