Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
m-maillot committed Sep 20, 2023
1 parent 01c434c commit eaa73a0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,12 @@ jobs:
with:
node-version: 20.3.1
cache: "yarn"
- name: Install dependencies
- name: Setup tiptap pro
run: |
TIPTAP_PRO_TOKEN=${{ secrets.TIPTAP_PRO_TOKEN }} yarn install --prefer-offline --frozen-lockfile
echo "@tiptap-pro:registry=https://registry.tiptap.dev/" >> ~/.npmrc
echo "//registry.tiptap.dev/:_authToken=${{ secrets.TIPTAP_PRO_TOKEN }}" >> ~/.npmrc
- name: Install dependencies
run: yarn install --prefer-offline --frozen-lockfile
- name: Build code
run: |
yarn build
Expand Down
8 changes: 4 additions & 4 deletions .kontinuous/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:
with:
imagePackage: alert
dockerfile: targets/alert-cli/Dockerfile
secrets:
tiptap_pro_token:
secretName: www
secretKey: TIPTAP_PRO_TOKEN
secrets:
tiptap_pro_token:
secretName: www
secretKey: TIPTAP_PRO_TOKEN
build-export:
use: build
with:
Expand Down
2 changes: 0 additions & 2 deletions targets/frontend/.npmrc

This file was deleted.

0 comments on commit eaa73a0

Please sign in to comment.