Skip to content

Commit

Permalink
aws keys step
Browse files Browse the repository at this point in the history
  • Loading branch information
lucas-shaw committed Jul 4, 2024
1 parent e6c3bc4 commit 0872d6e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,11 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

- name: AWS credentials
run: |
access_key_id=123
secret_access_key=456
- name: Setup Ruby and install gems
uses: ruby/setup-ruby@v1
with:
Expand Down

0 comments on commit 0872d6e

Please sign in to comment.