Skip to content

Commit

Permalink
ci(deploy): add secret
Browse files Browse the repository at this point in the history
  • Loading branch information
Rubilmax committed Jun 14, 2024
1 parent 6af7ff5 commit a29cdf2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/publish-page.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
name: Deploy Web

on:
push:
branches:
Expand Down Expand Up @@ -40,6 +42,8 @@ jobs:

- name: Build with Next.js
run: yarn build
env:
NEXT_PUBLIC_WC_PROJECT_ID: ${{ secrets.WC_PROJECT_ID }}

- name: Upload artifact 📡
uses: actions/upload-pages-artifact@v3
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"@types/mocha": "^10.0.6",
"chai": "^4.4.1",
"commitizen": "^4.3.0",
"conventional-changelog-conventionalcommits": "^7.0.2",
"conventional-changelog-conventionalcommits": "^8.0.0",
"cz-conventional-changelog": "^3.3.0",
"dotenv": "^16.4.5",
"hardhat": "^2.22.4",
Expand Down

0 comments on commit a29cdf2

Please sign in to comment.