We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 383cdf0 commit f550098Copy full SHA for f550098
.github/workflows/cow-files.yml
@@ -31,7 +31,6 @@ jobs:
31
uses: aws-actions/configure-aws-credentials@v2
32
with:
33
# TODO: Replace this role with a new one specific for cow-files
34
- # Current role is specific to token-lists and might not have correct permissions
35
role-to-assume: arn:aws:iam::693696263829:role/token-list-github-action-role
36
role-session-name: githubactionsession
37
aws-region: eu-central-1
@@ -47,5 +46,5 @@ jobs:
47
46
- name: Invalidate CloudFront cache
48
run: |
49
aws cloudfront create-invalidation \
50
- --distribution-id ${{ secrets.DISTRIBUTION }} \
+ --distribution-id ${{ secrets.CLOUDFRONT_DISTRIBUTION_ID }} \
51
--paths "/cow-files/*"
0 commit comments