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 a9d50ca commit 8707281
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/developer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@ jobs:
- name: Invalidate CloudFront Cache
uses: chetan/invalidate-cloudfront-action@v2
env:
DISTRIBUTION: ${{ secrets.AWS_CLOUDFRONT_DISTRIBUTION }}
DISTRIBUTION: ${{ vars.AWS_CLOUDFRONT_DISTRIBUTION }}
PATHS: "/labs/* /developer/*"
AWS_REGION: ${{ secrets.AWS_S3_REGION }}
AWS_REGION: ${{ vars.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 8707281

Please sign in to comment.