Skip to content

Commit

Permalink
Remove env section
Browse files Browse the repository at this point in the history
  • Loading branch information
sirknightj committed Jan 9, 2025
1 parent 6fa9725 commit 7dc2ece
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/raspberry-pi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,6 @@ jobs:

- name: Build and Test
env:
AWS_ACCESS_KEY_ID: ${{ env.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ env.AWS_SECRET_ACCESS_KEY }}
AWS_SESSION_TOKEN: ${{ env.AWS_SESSION_TOKEN }}
AWS_REGION: ${{ env.AWS_REGION }}
AWS_KVS_LOG_LEVEL: 2
run: |
docker run --rm -v ${{ github.workspace }}:/workspace -w /workspace \
Expand Down

0 comments on commit 7dc2ece

Please sign in to comment.