Skip to content

Commit 2d5efc9

Browse files
committed
[LOCAL] Fix CLA failures when pushing Changelog and Podfile.lock
1 parent 66469b5 commit 2d5efc9

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/bump-podfile-lock.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ jobs:
1010
- name: Checkout
1111
uses: actions/checkout@v4
1212
with:
13+
token: ${{ secrets.REACT_NATIVE_BOT_GITHUB_TOKEN }}
1314
fetch-depth: 0
1415
fetch-tags: true
1516
- name: Install dependencies

.github/workflows/generate-changelog.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ jobs:
1010
- name: Checkout repository
1111
uses: actions/checkout@v4
1212
with:
13+
token: ${{ secrets.REACT_NATIVE_BOT_GITHUB_TOKEN }}
1314
fetch-depth: 0
1415
fetch-tags: true
1516
- name: Install dependencies

0 commit comments

Comments
 (0)