diff --git a/.github/workflows/lighthouse.yml b/.github/workflows/lighthouse.yml index 6de5f0bb4..4fffa46f1 100644 --- a/.github/workflows/lighthouse.yml +++ b/.github/workflows/lighthouse.yml @@ -45,10 +45,9 @@ jobs: - name: Upload Lighthouse to MongoDB uses: mongodb/docs-worker-actions/upload-lighthouse@skunk-upload-lighthouse env: - COMMIT_AUTHOR: ${{ github.event.head_commit.author }} - COMMIT_HASH_AFTER: ${{ github.event.after }} - COMMIT_MESSAGE: ${{ github.event.head_commit.message }} - COMMIT_TIMESTAMP: ${{ github.event.head_commit.timestamp }} - COMMIT_HASH_BASE_REF: ${{ github.event.base_ref }} + COMMIT_AUTHOR: $GITHUB_ACTOR + COMMIT_HASH_AFTER: $GITHUB_SHA + COMMIT_MESSAGE: ${{ github.head_commit.message }} + COMMIT_TIMESTAMP: ${{ github.head_commit.timestamp }} PROJECT_TO_BUILD: ${{ matrix.project }} \ No newline at end of file