Skip to content

Commit

Permalink
Merge pull request #19 from hollow-leaf/fix/githubAction
Browse files Browse the repository at this point in the history
fix: typo
  • Loading branch information
kidneyweakx authored Aug 23, 2023
2 parents 830dc35 + a0779bd commit d1a52f8
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 d1a52f8

Please sign in to comment.