Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kidneyweakx committed Aug 23, 2023
1 parent 830dc35 commit a0779bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ghpage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ permissions:
env:
NEXT_PUBLIC_PRIVATE_KEY: ${{secrets.NEXT_PUBLIC_PRIVATE_KEY}}
NEXT_PUBLIC_INFURA_API_KEY: ${{secrets.NEXT_PUBLIC_INFURA_API_KEY}}
NEXT_PUBLIC_SEPOLIA_CONTRACT: ${{secret.NEXT_PUBLIC_SEPOLIA_CONTRACT}}
NEXT_PUBLIC_SEPOLIA_CONTRACT: ${{secrets.NEXT_PUBLIC_SEPOLIA_CONTRACT}}

jobs:
build:
Expand Down

0 comments on commit a0779bd

Please sign in to comment.