Skip to content

Commit 7dc2ece

Browse files
committed
Remove env section
1 parent 6fa9725 commit 7dc2ece

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/raspberry-pi.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,6 @@ jobs:
4545

4646
- name: Build and Test
4747
env:
48-
AWS_ACCESS_KEY_ID: ${{ env.AWS_ACCESS_KEY_ID }}
49-
AWS_SECRET_ACCESS_KEY: ${{ env.AWS_SECRET_ACCESS_KEY }}
50-
AWS_SESSION_TOKEN: ${{ env.AWS_SESSION_TOKEN }}
51-
AWS_REGION: ${{ env.AWS_REGION }}
5248
AWS_KVS_LOG_LEVEL: 2
5349
run: |
5450
docker run --rm -v ${{ github.workspace }}:/workspace -w /workspace \

0 commit comments

Comments
 (0)