Skip to content

Commit

Permalink
chore: add env variable to percy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Quiddlee authored Nov 14, 2024
1 parent 6c222e3 commit b85c2e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/visual-testing-on-comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,4 @@ jobs:
PERCY_PULL_REQUEST: ${{ github.event.issue.number }}
PERCY_COMMIT: ${{ steps.get_pr.outputs.commit_sha }}
PERCY_BRANCH: ${{ steps.get_pr.outputs.branch_name }}
API_URL: ${{ secrets.API_URL }}

0 comments on commit b85c2e7

Please sign in to comment.