Skip to content

Commit

Permalink
Add secret
Browse files Browse the repository at this point in the history
  • Loading branch information
nao1215 committed Jan 8, 2024
1 parent b916b7d commit c0cfe29
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/linux_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,11 @@ jobs:
check-latest: true

- name: Setup localstack
run: docker compose up
env:
LOCALSTACK_API_KEY: ${{ secrets.LOCALSTACK_API_KEY }}
LOCALSTACK_AUTH_TOKEN: ${{ secrets.LOCALSTACK_AUTH_TOKEN }}
run: |
docker compose up
- name: Download dependencies
run: go mod download
Expand Down

0 comments on commit c0cfe29

Please sign in to comment.