Skip to content

Commit

Permalink
Actions updates
Browse files Browse the repository at this point in the history
  • Loading branch information
james-otten committed Apr 2, 2024
1 parent acb0d02 commit ae0dcf5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-prod-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Install Dependencies
run: npm install
run: npm ci
- name: Build Next.js app
env:
NEXT_PUBLIC_MESHDB_URL: http://127.0.0.1:8000/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-and-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Install SSH key
uses: shimataro/ssh-key-action@v2
uses: shimataro/ssh-key-action@d4fffb50872869abe2d9a9098a6d9c5aa7d16be4 # v2
with:
key: ${{ secrets.GRANDSVC_KEY }}
name: id_ed25519 # optional
Expand Down

0 comments on commit ae0dcf5

Please sign in to comment.