Skip to content

Commit 234c786

Browse files
authored
chore: Change dependencies to public registry (#36)
* chore: Change dependencies to public registry * chore: Do not pass private registry key to setup
1 parent dae2f50 commit 234c786

File tree

14 files changed

+143
-149
lines changed

14 files changed

+143
-149
lines changed

.github/actions/setup-node/action.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,6 @@ runs:
1919
with:
2020
node-version-file: .node-version
2121
cache: pnpm
22-
- uses: DamianReeves/[email protected]
23-
with:
24-
path: .npmrc
25-
contents: |
26-
@tid-xcut:registry=https://nexus.tid.es/repository/npm-xcut-components/
27-
//nexus.tid.es/repository/npm-xcut-components/:_auth=${{ inputs.npm-token }}
28-
write-mode: append
2922
- name: Install Node.js dependencies
3023
shell: bash
3124
run: pnpm install

.github/check-license-compliance.config.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,3 @@ licenses:
3838
- GPL-3.0-only
3939
- GPL-3.0-or-later
4040
- AGPL-3.0
41-
npm:
42-
excludeModules:
43-
# The following packages are in a private repository
44-
- nameMatch: "@tid-xcut\/.*"
45-
ignore: true

.github/workflows/build.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# SPDX-FileCopyrightText: 2024 Telefónica Innovación Digital
22
# SPDX-License-Identifier: MIT
33

4-
name: Continuous Integration
4+
name: Build
55

66
on:
77
pull_request:
@@ -25,8 +25,6 @@ jobs:
2525

2626
- uses: ./.github/actions/setup-node
2727
id: setup-node
28-
with:
29-
npm-token: ${{ secrets.NPM_TOKEN_XCUT }}
3028

3129
- name: Build
3230
id: build

.github/workflows/test-e2e.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,6 @@ jobs:
6161

6262
- uses: ./.github/actions/setup-node
6363
id: setup-node
64-
with:
65-
npm-token: ${{ secrets.NPM_TOKEN_XCUT }}
6664

6765
- name: Run E2E Tests
6866
run: npm run test:e2e

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111
#### Deprecated
1212
#### Removed
1313

14+
## [2.1.1] - 2025-04-08
15+
16+
### Changed
17+
18+
* chore(deps): Remove @tid-xcut/markdown-confluence-sync dependency. Use @telefonica/markdown-confluence-sync instead. The library has been moved to the @telefonica organization in the public NPM registry.
19+
1420
## [2.1.0] - 2025-03-20
1521

1622
### Added

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
[![Build status](https://github.com/Telefonica/markdown-confluence-sync-action/actions/workflows/build.yml/badge.svg?branch=main)](https://github.com/Telefonica/markdown-confluence-sync-action/actions?query=workflow%3Abuild+branch%3Amain) [![Last commit](https://img.shields.io/github/last-commit/Telefonica/markdown-confluence-sync-action.svg)](https://github.com/Telefonica/markdown-confluence-sync-action/commits) [![Last release](https://img.shields.io/github/release-date/Telefonica/markdown-confluence-sync-action.svg)](https://github.com/Telefonica/markdown-confluence-sync-action/releases)
2+
13
# Markdown Confluence Sync action
24

35
This action syncs markdown files to Confluence using the [Markdown Confluence Sync](https://github.com/Telefonica/cross-confluence-tools/tree/main/components/markdown-confluence-sync) library.

0 commit comments

Comments
 (0)