Skip to content

Commit

Permalink
[CI] update upload tests variables
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeDSM committed Jan 9, 2024
1 parent 3484b4d commit da8314a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ jobs:
S3_API_SECRET_KEY: ${{ secrets.S3_API_SECRET_KEY }}
S3_BUCKET_NAME: ${{ secrets.S3_BUCKET_NAME }}
S3_REGION_NAME: ${{ secrets.S3_REGION_NAME }}
S3_ENDPOINT_URL: ${{ secrets.S3_ENDPOINT_URL }}
S3_ENDPOINT_URL: ${{ secrets.S3_UPLOAD_TEST_ENDPOINT_URL }}
TENTACLES_OCTOBOT_ONLINE_URL: ${{ secrets.UPLOAD_TEST_TENTACLES_OCTOBOT_ONLINE_URL }}

- name: Publish coverage
if: matrix.type == 'sources' && github.event_name == 'push'
Expand Down

0 comments on commit da8314a

Please sign in to comment.