sr-npm 2.0.15 → 3.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -10,21 +10,18 @@ on:
10
10
  workflow_dispatch:
11
11
 
12
12
  permissions:
13
- contents: write
14
- packages: write
13
+ contents: write
14
+ packages: write
15
15
 
16
16
  jobs:
17
- update-sites:
18
- uses: psdevteamenterprise/ci-workflows/.github/workflows/publish-and-notify.yml@main
19
- with:
20
- sites_to_update: "[{repo: 'psdevteamenterprise/tests-site', secret: 'WIX_PS_API_KEY'},
21
- {repo: 'psdevteamenterprise/external-template', secret: 'WIX_SR_API_KEY'},
22
- {repo: 'psdevteamenterprise/internal', secret: 'WIX_SR_API_KEY'}]"
17
+ update-sites:
18
+ uses: psdevteamenterprise/ci-workflows/.github/workflows/publish-and-notify.yml@main
19
+ with:
20
+ sites_to_update: "['psdevteamenterprise/tests-site', 'psdevteamenterprise/external-template', 'psdevteamenterprise/internal']"
23
21
 
24
- secrets:
25
- GH_TOKEN: ${{ secrets.GH_TOKEN }}
26
- NPM_TOKEN: ${{ secrets.PS_NPM_TOKEN }}
27
- GH_APP_ID: ${{ secrets.GH_APP_ID }}
28
- GH_APP_PRIVATE_KEY: ${{ secrets.GH_APP_PRIVATE_KEY }}
29
- WIX_PS_API_KEY: ${{ secrets.WIX_PS_API_KEY }}
30
- WIX_SR_API_KEY: ${{ secrets.WIX_SR_API_KEY }}
22
+ secrets:
23
+ GH_TOKEN: ${{ secrets.GH_TOKEN }}
24
+ NPM_TOKEN: ${{ secrets.PS_NPM_TOKEN }}
25
+ GH_APP_ID: ${{ secrets.GH_APP_ID }}
26
+ GH_APP_PRIVATE_KEY: ${{ secrets.GH_APP_PRIVATE_KEY }}
27
+ WIX_CLI_API_KEY: ${{ secrets.WIX_CLI_TOKEN }}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sr-npm",
3
- "version": "2.0.15",
3
+ "version": "3.0.0",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -30,4 +30,4 @@
30
30
  "devDependencies": {
31
31
  "prettier": "^3.6.2"
32
32
  }
33
- }
33
+ }