ultimate-jekyll-manager 0.0.107 → 0.0.108

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.
@@ -14,6 +14,9 @@ concurrency:
14
14
  group: ${{ github.ref }}
15
15
  cancel-in-progress: true
16
16
 
17
+ # permissions:
18
+ # contents: write
19
+
17
20
  env:
18
21
  GH_TOKEN: ${{ secrets.GH_TOKEN }}
19
22
  BACKEND_MANAGER_KEY: ${{ secrets.BACKEND_MANAGER_KEY }}
@@ -35,6 +38,9 @@ jobs:
35
38
  git config --global user.name "$GITHUB_ACTOR"
36
39
  - name: Checkout main branch
37
40
  uses: actions/checkout@v4
41
+ with:
42
+ token: ${{ secrets.GH_TOKEN }}
43
+ fetch-depth: 0
38
44
  - name: Setup ruby
39
45
  uses: ruby/setup-ruby@v1
40
46
  with:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ultimate-jekyll-manager",
3
- "version": "0.0.107",
3
+ "version": "0.0.108",
4
4
  "description": "Ultimate Jekyll dependency manager",
5
5
  "main": "dist/index.js",
6
6
  "exports": {