We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8c9439 commit 7513c37Copy full SHA for 7513c37
.github/workflows/valider-pull-request.yml
@@ -41,7 +41,7 @@ jobs:
41
- uses: actions/checkout@v4
42
with:
43
fetch-depth: 0
44
-
+
45
- name: Setup + Install
46
uses: ./.github/actions/setup-install
47
@@ -66,6 +66,3 @@ jobs:
66
fi
67
env:
68
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
69
-22:
70
- 17:
71
- 1:
.yarnrc.yml
@@ -5,7 +5,6 @@ npmScopes:
5
navikt:
6
npmAlwaysAuth: true
7
npmRegistryServer: "https://npm.pkg.github.com"
8
- npmAuthToken: ${NPM_AUTH_TOKEN}
9
10
plugins:
11
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
0 commit comments