Skip to content

Commit

Permalink
test: add GITHUB_TOKEN env
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardomendix committed Feb 15, 2024
1 parent da9a66d commit c88c6cf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/RunE2ERCNightlies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jobs:
aws-region: ${{ env.AWS_REGION }}
# Download an artifact from AWS S3 bucket and use it to run E2E
- name: Run E2E using nightly artifacts
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
aws s3 cp s3://${{ env.AWS_S3_BUCKET_NAME }}/modelers/latest-studio-pro.json ./latest-studio-pro.json
URL=$(jq -r '.url' latest-studio-pro.json)
Expand Down

0 comments on commit c88c6cf

Please sign in to comment.