Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

Commit

Permalink
fix: s3 key
Browse files Browse the repository at this point in the history
  • Loading branch information
unw9527 committed Apr 30, 2024
1 parent 27721e1 commit f70ceaa
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test_group_1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,9 @@ jobs:
needs: start-runner # required to start the main job when the runner is ready
runs-on: ${{ needs.start-runner.outputs.server-label }} # run the job on the newly created runner
env:
AWS_ACCESS_KEY_ID: ${{ secrets.GROUP_1_AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.GROUP_1_AWS_SECRET_ACCESS_KEY }}
AWS_ACCESS_KEY_ID: ${{ secrets.GROUP_1_S3_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.GROUP_1_S3_SECRET_ACCESS_KEY }}

SERVER_IP: ${{ needs.start-runner.outputs.private-ip }}
steps:
- name: Clone Server
Expand Down

0 comments on commit f70ceaa

Please sign in to comment.