Skip to content

Commit

Permalink
log secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
Sidsector9 committed Aug 16, 2024
1 parent 88295a5 commit 6ee6458
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,15 @@ jobs:
- name: Set up WP environment
run: npm run env:start
- name: Test
run: npm run cypress:run
run: |
echo $CYPRESS_YOLO > secrets.txt
cat secrets.txt
npm run cypress:run
env:
CYPRESS_MAPS_PRIVATE_KEY: ${{ secrets.MAPS_PRIVATE_KEY }}
CYPRESS_MAPS_KEY_ID: ${{ secrets.MAPS_KEY_ID }}
CYPRESS_MAPS_TEAM_ID: ${{ secrets.MAPS_TEAM_ID }}
CYPRESS_YOLO: ${{ secrets.YOLO }}
- name: Update summary
if: always()
run: |
Expand Down

0 comments on commit 6ee6458

Please sign in to comment.