Skip to content

Commit 65d0c42

Browse files
committed
Update Percy Token usage in GH Actions
1 parent c9c9fd2 commit 65d0c42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,5 +82,5 @@ jobs:
8282
env:
8383
PERCY_PARALLEL_NONCE: ${{ env.PERCY_PARALLEL_NONCE }}
8484
PERCY_PARALLEL_TOTAL: ${{ env.PERCY_PARALLEL_TOTAL }}
85-
PERCY_TOKEN: 5ad6687f6b1ad3dec2b964f94d3d59ff3880baccf1492c0663e85c1ce79c1a52
85+
PERCY_TOKEN: ${{ secrets.PERCY_TOKEN }}
8686
run: yarn run percy exec -- yarn test:ember

0 commit comments

Comments
 (0)