Skip to content

Commit

Permalink
change envs
Browse files Browse the repository at this point in the history
  • Loading branch information
mmeigs committed May 17, 2024
1 parent ac95a57 commit c076f6b
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/lighthouse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit c076f6b

Please sign in to comment.