@socialgouv/fiches-vdd-types 2.1201.0 → 2.1203.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.1203.0](https://github.com/SocialGouv/fiches-vdd/compare/v2.1202.0...v2.1203.0) (2024-10-31)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * 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))
7
+
8
+
9
+ ### Features
10
+
11
+ * **data:** 20241031_1825 update ([d53d92e](https://github.com/SocialGouv/fiches-vdd/commit/d53d92ea34dc85d23f0af26597505c8b1e6c7ff8))
12
+
13
+ # [2.1202.0](https://github.com/SocialGouv/fiches-vdd/compare/v2.1201.0...v2.1202.0) (2024-10-30)
14
+
15
+
16
+ ### Features
17
+
18
+ * **data:** 20241030_1826 update ([b810cb1](https://github.com/SocialGouv/fiches-vdd/commit/b810cb1c3f0751485f6bc015e0a2836f33c8106e))
19
+
1
20
  # [2.1201.0](https://github.com/SocialGouv/fiches-vdd/compare/v2.1200.0...v2.1201.0) (2024-10-29)
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.1201.0",
4
+ "version": "2.1203.0",
5
5
  "repository": "https://github.com/SocialGouv/fiches-vdd.git",
6
6
  "main": "index.js",
7
7
  "license": "MIT",