Skip to content

Commit

Permalink
Add AWS credentials for github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
obierlaire committed Jun 12, 2023
1 parent 12b79b6 commit b1db5fe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ jobs:
uses: golangci/golangci-lint-action@v3

- name: Test with credentials
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
run: go test -v ./...
if: github.event_name != 'pull_request'

Expand Down

0 comments on commit b1db5fe

Please sign in to comment.