diff --git a/.github/workflows/create-release-on-branch-changes.yml b/.github/workflows/create-release-on-branch-changes.yml index b2201b0634..05096c1b74 100644 --- a/.github/workflows/create-release-on-branch-changes.yml +++ b/.github/workflows/create-release-on-branch-changes.yml @@ -44,6 +44,8 @@ jobs: node-version-file: '.nvmrc' cache: 'yarn' registry-url: 'https://npm.pkg.github.com' + always-auth: true + scope: '@danskernesdigitalebibliotek' - run: yarn install --frozen-lockfile