Skip to content

Commit

Permalink
Move CDN ID to vars
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaljanicki committed Feb 28, 2024
1 parent 8707281 commit 22fa162
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/developer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
env:
DISTRIBUTION: ${{ vars.AWS_CLOUDFRONT_DISTRIBUTION }}
PATHS: "/labs/* /developer/*"
AWS_REGION: ${{ vars.AWS_S3_REGION }}
AWS_REGION: ${{ secrets.AWS_S3_REGION }}
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}

Expand Down

0 comments on commit 22fa162

Please sign in to comment.