Skip to content

Commit

Permalink
log secret in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
HackbrettXXX committed Sep 25, 2024
1 parent d9d17af commit 67b96dd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ jobs:
name: Browser tests
runs-on: ubuntu-latest
steps:
- name: log environment
run: echo ${{secrets.SAUCE_KEY}}
- name: Checkout
uses: actions/checkout@v2
- name: Install Node.js
Expand Down

0 comments on commit 67b96dd

Please sign in to comment.