Skip to content

Commit

Permalink
Update tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
0xneves authored Dec 7, 2023
1 parent 98b477a commit 5b7b2c5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ on:
- main
pull_request:

env:
DEPLOYER_PRIVATE_KEY: 0x0e8ed714e9bf995344fce756e0d93d208ce345bf5ea181a08ee4fe8e4dcf5176

jobs:
unit-tests:
name: Unit Tests
runs-on: ubuntu-latest

env:
DEPLOYER_PRIVATE_KEY: ${{ secrets.DEPLOYER_PRIVATE_KEY }}

steps:
- uses: actions/checkout@v1
Expand Down

0 comments on commit 5b7b2c5

Please sign in to comment.