diff --git a/.github/workflows/lang.yml b/.github/workflows/lang.yml index 1c72b0e..8af332e 100644 --- a/.github/workflows/lang.yml +++ b/.github/workflows/lang.yml @@ -12,10 +12,6 @@ jobs: - uses: Brightspace/third-party-actions@actions/setup-node with: node-version-file: .nvmrc - - name: Add CodeArtifact npm registry - uses: Brightspace/codeartifact-actions/npm/add-registry@main - with: - auth-token: ${{ secrets.CODEARTIFACT_AUTH_TOKEN }} - name: Install MessageFormat-Validator run: npm install messageformat-validator - name: Run MessageFormat-Validator