Skip to content

Commit

Permalink
Kopierer mer config fra felles workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mrbjoern committed Apr 23, 2024
1 parent 9795a49 commit fc9c953
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ jobs:
"build":
name: "build"
runs-on: "ubuntu-latest"
env:
NPM_AUTH_TOKEN: ${{ secrets.READER_TOKEN }}
SKIP_YARN_COREPACK_CHECK: true
permissions:
contents: write
id-token: write
Expand All @@ -24,8 +27,6 @@ jobs:
run: corepack enable
- name: "install dependencies"
run: "yarn --immutable"
env:
NODE_AUTH_TOKEN: "${{ secrets.READER_TOKEN }}"
- name: "test packages"
run: "yarn workspaces foreach --all --exclude . run test"
- name: "build storybook"
Expand Down

0 comments on commit fc9c953

Please sign in to comment.