We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 788e2b9 commit 71c853cCopy full SHA for 71c853c
2 files changed
.github/workflows/bump-podfile-lock.yml
@@ -10,6 +10,7 @@ jobs:
10
- name: Checkout
11
uses: actions/checkout@v4
12
with:
13
+ token: ${{ secrets.REACT_NATIVE_BOT_GITHUB_TOKEN }}
14
fetch-depth: 0
15
fetch-tags: true
16
- name: Install dependencies
.github/workflows/generate-changelog.yml
- name: Checkout repository
@@ -22,6 +23,7 @@ jobs:
22
23
- name: Generate Changelog
24
uses: actions/github-script@v6
25
26
+ github-token: ${{ secrets.REACT_NATIVE_BOT_GITHUB_TOKEN }}
27
script: |
28
const {generateChangelog} = require('./.github/workflow-scripts/generateChangelog');
29
const version = '${{ github.ref_name }}';
0 commit comments