@socialgouv/fiches-vdd-types 2.1202.0 → 2.1204.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.
@@ -48,7 +48,7 @@ jobs:
48
48
  if: ${{ steps.metadata.outputs.data_status }}
49
49
  env:
50
50
  HUSKY: "0"
51
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
51
+ GITHUB_TOKEN: ${{ secrets.SOCIALGROOVYBOT_BOTO_PAT }}
52
52
  with:
53
53
  add: "data"
54
54
  author_name: ${{ secrets.SOCIALGROOVYBOT_NAME }}
@@ -73,7 +73,7 @@ jobs:
73
73
  GIT_AUTHOR_NAME: ${{ secrets.SOCIALGROOVYBOT_NAME }}
74
74
  GIT_COMMITTER_EMAIL: ${{ secrets.SOCIALGROOVYBOT_EMAIL }}
75
75
  GIT_COMMITTER_NAME: ${{ secrets.SOCIALGROOVYBOT_NAME }}
76
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
76
+ GITHUB_TOKEN: ${{ secrets.SOCIALGROOVYBOT_BOTO_PAT }}
77
77
  NPM_TOKEN: ${{ secrets.SOCIALGROOVYBOT_NPM_TOKEN }}
78
78
 
79
79
  - uses: mattermost/action-mattermost-notify@master
package/CHANGELOG.md CHANGED
@@ -1,3 +1,22 @@
1
+ # [2.1204.0](https://github.com/SocialGouv/fiches-vdd/compare/v2.1203.0...v2.1204.0) (2024-11-01)
2
+
3
+
4
+ ### Features
5
+
6
+ * **data:** 20241101_1825 update ([9995a2d](https://github.com/SocialGouv/fiches-vdd/commit/9995a2d38b5c5d4356e4d413b90b4587bcd9cff8))
7
+
8
+ # [2.1203.0](https://github.com/SocialGouv/fiches-vdd/compare/v2.1202.0...v2.1203.0) (2024-10-31)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * use SocialGouv PAT in place of Github Token ([#226](https://github.com/SocialGouv/fiches-vdd/issues/226)) ([069c94c](https://github.com/SocialGouv/fiches-vdd/commit/069c94c6cbd2408344570b7c1d04f8e974437e6b))
14
+
15
+
16
+ ### Features
17
+
18
+ * **data:** 20241031_1825 update ([d53d92e](https://github.com/SocialGouv/fiches-vdd/commit/d53d92ea34dc85d23f0af26597505c8b1e6c7ff8))
19
+
1
20
  # [2.1202.0](https://github.com/SocialGouv/fiches-vdd/compare/v2.1201.0...v2.1202.0) (2024-10-30)
2
21
 
3
22
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@socialgouv/fiches-vdd-types",
3
3
  "description": "Fiches vos droits et démarches au format JSON",
4
- "version": "2.1202.0",
4
+ "version": "2.1204.0",
5
5
  "repository": "https://github.com/SocialGouv/fiches-vdd.git",
6
6
  "main": "index.js",
7
7
  "license": "MIT",