[ACS-6543] switch from aws to gha cache (#3582)

* switch to gha cache

* save cache

* use exact path

* improve cache key

* cleanup

* cleanup

* remove npm registry var

* remove codeowners
This commit is contained in:
Denys Vuika
2024-01-04 15:25:26 +00:00
committed by GitHub
parent 43f16a05b7
commit 33c3d6f5d4
8 changed files with 23 additions and 209 deletions
+1 -5
View File
@@ -10,10 +10,6 @@ inputs:
description: 'Github token'
required: true
type: string
npm_registry_address:
description: 'NPM registry address'
required: true
type: string
npm_registry_token:
description: 'NPM registry token'
required: true
@@ -59,7 +55,7 @@ runs:
name: setup NPM registry
with:
node-version-file: '.nvmrc'
registry-url: 'https://${{ inputs.npm_registry_address }}'
registry-url: 'https://registry.npmjs.org'
scope: '@alfresco'
- name: Publish to NPM registry