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 6fa9725 commit 7dc2eceCopy full SHA for 7dc2ece
.github/workflows/raspberry-pi.yaml
@@ -45,10 +45,6 @@ jobs:
45
46
- name: Build and Test
47
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 }}
52
AWS_KVS_LOG_LEVEL: 2
53
run: |
54
docker run --rm -v ${{ github.workspace }}:/workspace -w /workspace \
0 commit comments