Skip to content
This repository has been archived by the owner on Nov 29, 2023. It is now read-only.

Commit

Permalink
Add correct token to use internal action (#797)
Browse files Browse the repository at this point in the history
  • Loading branch information
ajrice6713 authored Oct 25, 2022
1 parent 45534b2 commit b8b5b73
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pr-publish-docsite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,8 @@ jobs:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
content-path: ./site/build
env:
GITHUB_TOKEN: ${{ secrets.DX_GITHUB_TOKEN }}

- name: Create Cloudfront distribution
id: distribution
Expand Down

0 comments on commit b8b5b73

Please sign in to comment.