diff --git a/.github/workflows/angular-release.yml b/.github/workflows/angular-release.yml index c76cf7552..179f0c43a 100644 --- a/.github/workflows/angular-release.yml +++ b/.github/workflows/angular-release.yml @@ -65,6 +65,7 @@ jobs: runs-on: ubuntu-latest permissions: contents: write + id-token: write steps: - name: Checkout code uses: actions/checkout@v4 @@ -83,7 +84,6 @@ jobs: npm run release env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - NPM_TOKEN: ${{ secrets.NPMJS_TEDI_AUTH_TOKEN }} merge-to-rc: needs: build-and-deploy diff --git a/.npmrc b/.npmrc index 2590a97df..e84e4e8c6 100644 --- a/.npmrc +++ b/.npmrc @@ -1,3 +1,2 @@ # .npmrc -engine-strict=true -always-auth=true \ No newline at end of file +engine-strict=true \ No newline at end of file diff --git a/package.json b/package.json index 0a5928551..9e526e7ea 100644 --- a/package.json +++ b/package.json @@ -133,6 +133,6 @@ }, "repository": { "type": "git", - "url": "https://github.com/TEDI-Design-System/angular.git" + "url": "git+https://github.com/TEDI-Design-System/angular.git" } }